pub struct X509Time {
pub year: u16,
pub month: u8,
pub day: u8,
pub hour: u8,
pub minute: u8,
pub second: u8,
}Expand description
Parsed X.509 time (UTCTime or GeneralizedTime).
Fields§
§year: u16§month: u8§day: u8§hour: u8§minute: u8§second: u8Implementations§
Trait Implementations§
impl Copy for X509Time
impl Eq for X509Time
impl StructuralPartialEq for X509Time
Auto Trait Implementations§
impl Freeze for X509Time
impl RefUnwindSafe for X509Time
impl Send for X509Time
impl Sync for X509Time
impl Unpin for X509Time
impl UnsafeUnpin for X509Time
impl UnwindSafe for X509Time
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