pub struct ASN1Time(/* private fields */);
Expand description
An ASN.1 timestamp.
Trait Implementations§
Source§impl Ord for ASN1Time
impl Ord for ASN1Time
Source§impl PartialOrd for ASN1Time
impl PartialOrd for ASN1Time
impl Copy for ASN1Time
impl Eq for ASN1Time
impl StructuralPartialEq for ASN1Time
Auto Trait Implementations§
impl Freeze for ASN1Time
impl RefUnwindSafe for ASN1Time
impl Send for ASN1Time
impl Sync for ASN1Time
impl Unpin for ASN1Time
impl UnwindSafe for ASN1Time
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