pub struct TimeHandlerGuard(/* private fields */);
Trait Implementations§
Source§impl Debug for TimeHandlerGuard
impl Debug for TimeHandlerGuard
Auto Trait Implementations§
impl !Freeze for TimeHandlerGuard
impl RefUnwindSafe for TimeHandlerGuard
impl Send for TimeHandlerGuard
impl Sync for TimeHandlerGuard
impl Unpin for TimeHandlerGuard
impl UnwindSafe for TimeHandlerGuard
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