pub struct expiresAt;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for expiresAt
impl RefUnwindSafe for expiresAt
impl Send for expiresAt
impl Sync for expiresAt
impl Unpin for expiresAt
impl UnwindSafe for expiresAt
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