pub struct TimeBase(Duration);
Expand description
The timebase for expiring and rolling tickets and ticketing keys. This is UNIX wall time in seconds.
This is guaranteed to be on or after the UNIX epoch.
Tuple Fields§
§0: Duration
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeBase
impl RefUnwindSafe for TimeBase
impl Send for TimeBase
impl Sync for TimeBase
impl Unpin for TimeBase
impl UnwindSafe for TimeBase
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