pub struct FastTimeout(/* private fields */);
Expand description
The timeout generated by fast_timeout().
Users don’t need to interact with this object.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FastTimeout
impl RefUnwindSafe for FastTimeout
impl Send for FastTimeout
impl Sync for FastTimeout
impl Unpin for FastTimeout
impl UnwindSafe for FastTimeout
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