pub(super) struct NextResetExpire;
Trait Implementations§
source§impl Debug for NextResetExpire
impl Debug for NextResetExpire
Auto Trait Implementations§
impl Freeze for NextResetExpire
impl RefUnwindSafe for NextResetExpire
impl Send for NextResetExpire
impl Sync for NextResetExpire
impl Unpin for NextResetExpire
impl UnwindSafe for NextResetExpire
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