pub struct ASN1Time(/* private fields */);Expand description
An ASN.1 timestamp.
Trait Implementations§
impl Copy for ASN1Time
impl Eq for ASN1Time
Source§impl Ord for ASN1Time
impl Ord for ASN1Time
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ASN1Time
impl PartialOrd 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 UnsafeUnpin 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