pub struct Exptime(pub i64);Expand description
Expiration extractor.
Tuple Fields§
§0: i64Trait Implementations§
Source§impl<StateT> FromRequest<StateT> for Exptime
impl<StateT> FromRequest<StateT> for Exptime
impl Copy for Exptime
Auto Trait Implementations§
impl Freeze for Exptime
impl RefUnwindSafe for Exptime
impl Send for Exptime
impl Sync for Exptime
impl Unpin for Exptime
impl UnwindSafe for Exptime
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