pub struct KeyGenerationTime(/* private fields */);Expand description
An OpenPGP key generation Time [Spec page 24]
Implementations§
Trait Implementations§
Source§impl Clone for KeyGenerationTime
impl Clone for KeyGenerationTime
Source§fn clone(&self) -> KeyGenerationTime
fn clone(&self) -> KeyGenerationTime
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 Debug for KeyGenerationTime
impl Debug for KeyGenerationTime
Source§impl Display for KeyGenerationTime
impl Display for KeyGenerationTime
Source§impl From<&KeyGenerationTime> for DateTime<Utc>
impl From<&KeyGenerationTime> for DateTime<Utc>
Source§fn from(kg: &KeyGenerationTime) -> Self
fn from(kg: &KeyGenerationTime) -> Self
Converts to this type from the input type.
Source§impl From<&KeyGenerationTime> for u32
impl From<&KeyGenerationTime> for u32
Source§fn from(kg: &KeyGenerationTime) -> Self
fn from(kg: &KeyGenerationTime) -> Self
Converts to this type from the input type.
Source§impl From<u32> for KeyGenerationTime
impl From<u32> for KeyGenerationTime
Source§impl PartialEq for KeyGenerationTime
impl PartialEq for KeyGenerationTime
impl Copy for KeyGenerationTime
impl Eq for KeyGenerationTime
impl StructuralPartialEq for KeyGenerationTime
Auto Trait Implementations§
impl Freeze for KeyGenerationTime
impl RefUnwindSafe for KeyGenerationTime
impl Send for KeyGenerationTime
impl Sync for KeyGenerationTime
impl Unpin for KeyGenerationTime
impl UnwindSafe for KeyGenerationTime
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