pub struct AttCertValidityPeriod {
pub not_before_time: GeneralizedTime,
pub not_after_time: GeneralizedTime,
}
Expand description
Att cert validity period
AttCertValidityPeriod ::= SEQUENCE {
notBeforeTime GeneralizedTime,
notAfterTime GeneralizedTime
}
Fields§
§not_before_time: GeneralizedTime
§not_after_time: GeneralizedTime
Trait Implementations§
source§impl Clone for AttCertValidityPeriod
impl Clone for AttCertValidityPeriod
source§fn clone(&self) -> AttCertValidityPeriod
fn clone(&self) -> AttCertValidityPeriod
Returns a copy 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 Debug for AttCertValidityPeriod
impl Debug for AttCertValidityPeriod
source§impl PartialEq for AttCertValidityPeriod
impl PartialEq for AttCertValidityPeriod
source§fn eq(&self, other: &AttCertValidityPeriod) -> bool
fn eq(&self, other: &AttCertValidityPeriod) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for AttCertValidityPeriod
impl StructuralEq for AttCertValidityPeriod
impl StructuralPartialEq for AttCertValidityPeriod
Auto Trait Implementations§
impl RefUnwindSafe for AttCertValidityPeriod
impl Send for AttCertValidityPeriod
impl Sync for AttCertValidityPeriod
impl Unpin for AttCertValidityPeriod
impl UnwindSafe for AttCertValidityPeriod
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.