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