Struct x509_parser::certificate::UniqueIdentifier
source · [−]pub struct UniqueIdentifier<'a>(pub BitString<'a>);
Tuple Fields
0: BitString<'a>
Trait Implementations
sourceimpl<'a> Clone for UniqueIdentifier<'a>
impl<'a> Clone for UniqueIdentifier<'a>
sourcefn clone(&self) -> UniqueIdentifier<'a>
fn clone(&self) -> UniqueIdentifier<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<'a> Debug for UniqueIdentifier<'a>
impl<'a> Debug for UniqueIdentifier<'a>
sourceimpl<'a> PartialEq<UniqueIdentifier<'a>> for UniqueIdentifier<'a>
impl<'a> PartialEq<UniqueIdentifier<'a>> for UniqueIdentifier<'a>
sourcefn eq(&self, other: &UniqueIdentifier<'a>) -> bool
fn eq(&self, other: &UniqueIdentifier<'a>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &UniqueIdentifier<'a>) -> bool
fn ne(&self, other: &UniqueIdentifier<'a>) -> bool
This method tests for !=
.
impl<'a> StructuralPartialEq for UniqueIdentifier<'a>
Auto Trait Implementations
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
sourceimpl<'a, T, E> AsTaggedExplicit<'a, E> for T where
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for T where
T: 'a,
sourceimpl<'a, T, E> AsTaggedImplicit<'a, E> for T where
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for T where
T: 'a,
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more