pub struct SshValidity {
pub valid_after: u64,
pub valid_before: u64,
}Expand description
Validity window (Unix seconds).
Fields§
§valid_after: u64§valid_before: u64Implementations§
Trait Implementations§
Source§impl Clone for SshValidity
impl Clone for SshValidity
Source§fn clone(&self) -> SshValidity
fn clone(&self) -> SshValidity
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 SshValidity
impl Debug for SshValidity
Source§impl Hash for SshValidity
impl Hash for SshValidity
Source§impl PartialEq for SshValidity
impl PartialEq for SshValidity
impl Copy for SshValidity
impl Eq for SshValidity
impl StructuralPartialEq for SshValidity
Auto Trait Implementations§
impl Freeze for SshValidity
impl RefUnwindSafe for SshValidity
impl Send for SshValidity
impl Sync for SshValidity
impl Unpin for SshValidity
impl UnsafeUnpin for SshValidity
impl UnwindSafe for SshValidity
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