pub struct FixedTimeGuard { /* private fields */ }Trait Implementations§
Source§impl Drop for FixedTimeGuard
impl Drop for FixedTimeGuard
Auto Trait Implementations§
impl !Send for FixedTimeGuard
impl Freeze for FixedTimeGuard
impl RefUnwindSafe for FixedTimeGuard
impl Sync for FixedTimeGuard
impl Unpin for FixedTimeGuard
impl UnsafeUnpin for FixedTimeGuard
impl UnwindSafe for FixedTimeGuard
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