pub struct ExtIdentifier(/* private fields */);Expand description
Extended 29-bit identifier.
Implementations§
Trait Implementations§
Source§impl Clone for ExtIdentifier
impl Clone for ExtIdentifier
Source§fn clone(&self) -> ExtIdentifier
fn clone(&self) -> ExtIdentifier
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExtIdentifier
impl Debug for ExtIdentifier
Source§impl Format for ExtIdentifier
impl Format for ExtIdentifier
Source§impl PartialEq for ExtIdentifier
impl PartialEq for ExtIdentifier
impl Copy for ExtIdentifier
impl Eq for ExtIdentifier
impl StructuralPartialEq for ExtIdentifier
Auto Trait Implementations§
impl Freeze for ExtIdentifier
impl RefUnwindSafe for ExtIdentifier
impl Send for ExtIdentifier
impl Sync for ExtIdentifier
impl Unpin for ExtIdentifier
impl UnwindSafe for ExtIdentifier
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more