Struct async_time_mock_core::TimeHandlerGuard
source · pub struct TimeHandlerGuard(/* private fields */);
Trait Implementations§
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