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