Struct x509_parser::certificate::UniqueIdentifier
source · 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>
source§fn 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 ==
.impl<'a> Eq for UniqueIdentifier<'a>
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§
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