pub struct UniqueIdentifier<'a>(pub BitString<'a>);
Tuple Fields§
§0: BitString<'a>
Trait Implementations§
Source§impl<'a> Clone for UniqueIdentifier<'a>
impl<'a> Clone for UniqueIdentifier<'a>
Source§fn clone(&self) -> UniqueIdentifier<'a>
fn clone(&self) -> UniqueIdentifier<'a>
Returns a copy 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<'a> Debug for UniqueIdentifier<'a>
impl<'a> Debug for UniqueIdentifier<'a>
Source§impl<'a> PartialEq for UniqueIdentifier<'a>
impl<'a> PartialEq for UniqueIdentifier<'a>
impl<'a> Eq for UniqueIdentifier<'a>
impl<'a> StructuralPartialEq for UniqueIdentifier<'a>
Auto Trait Implementations§
impl<'a> Freeze for UniqueIdentifier<'a>
impl<'a> RefUnwindSafe for UniqueIdentifier<'a>
impl<'a> Send for UniqueIdentifier<'a>
impl<'a> Sync for UniqueIdentifier<'a>
impl<'a> Unpin for UniqueIdentifier<'a>
impl<'a> UnwindSafe for UniqueIdentifier<'a>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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