Struct x509_parser::extensions::CtVersion
source · [−]pub struct CtVersion(pub u8);
Expand description
Certificate Transparency Version as defined in RFC6962 Section 3.2
Tuple Fields
0: u8
Implementations
Trait Implementations
impl Copy for CtVersion
impl Eq for CtVersion
impl StructuralEq for CtVersion
impl StructuralPartialEq for CtVersion
Auto Trait Implementations
impl RefUnwindSafe for CtVersion
impl Send for CtVersion
impl Sync for CtVersion
impl Unpin for CtVersion
impl UnwindSafe for CtVersion
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