pub struct LeaseExpiry { /* private fields */ }Expand description
Typed lease-expiry timestamp represented in epoch seconds.
Implementations§
Source§impl LeaseExpiry
impl LeaseExpiry
Trait Implementations§
Source§impl Clone for LeaseExpiry
impl Clone for LeaseExpiry
Source§fn clone(&self) -> LeaseExpiry
fn clone(&self) -> LeaseExpiry
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 LeaseExpiry
impl Debug for LeaseExpiry
Source§impl Hash for LeaseExpiry
impl Hash for LeaseExpiry
Source§impl Ord for LeaseExpiry
impl Ord for LeaseExpiry
Source§fn cmp(&self, other: &LeaseExpiry) -> Ordering
fn cmp(&self, other: &LeaseExpiry) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LeaseExpiry
impl PartialEq for LeaseExpiry
Source§impl PartialOrd for LeaseExpiry
impl PartialOrd for LeaseExpiry
impl Copy for LeaseExpiry
impl Eq for LeaseExpiry
impl StructuralPartialEq for LeaseExpiry
Auto Trait Implementations§
impl Freeze for LeaseExpiry
impl RefUnwindSafe for LeaseExpiry
impl Send for LeaseExpiry
impl Sync for LeaseExpiry
impl Unpin for LeaseExpiry
impl UnsafeUnpin for LeaseExpiry
impl UnwindSafe for LeaseExpiry
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