pub struct NotWithinTrustPeriodSubdetail {
pub expires_at: Time,
pub now: Time,
}Fields§
§expires_at: Time§now: TimeTrait Implementations§
Source§impl Clone for NotWithinTrustPeriodSubdetail
impl Clone for NotWithinTrustPeriodSubdetail
Source§fn clone(&self) -> NotWithinTrustPeriodSubdetail
fn clone(&self) -> NotWithinTrustPeriodSubdetail
Returns a duplicate 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<'de> Deserialize<'de> for NotWithinTrustPeriodSubdetail
impl<'de> Deserialize<'de> for NotWithinTrustPeriodSubdetail
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for NotWithinTrustPeriodSubdetail
impl PartialEq for NotWithinTrustPeriodSubdetail
Source§fn eq(&self, other: &NotWithinTrustPeriodSubdetail) -> bool
fn eq(&self, other: &NotWithinTrustPeriodSubdetail) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for NotWithinTrustPeriodSubdetail
impl StructuralPartialEq for NotWithinTrustPeriodSubdetail
Auto Trait Implementations§
impl Freeze for NotWithinTrustPeriodSubdetail
impl RefUnwindSafe for NotWithinTrustPeriodSubdetail
impl Send for NotWithinTrustPeriodSubdetail
impl Sync for NotWithinTrustPeriodSubdetail
impl Unpin for NotWithinTrustPeriodSubdetail
impl UnwindSafe for NotWithinTrustPeriodSubdetail
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