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