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