pub struct AlwaysTimeout {}Trait Implementations§
Source§impl Default for AlwaysTimeout
impl Default for AlwaysTimeout
Source§fn default() -> AlwaysTimeout
fn default() -> AlwaysTimeout
Returns the “default value” for a type. Read more
Source§impl Timeout for AlwaysTimeout
impl Timeout for AlwaysTimeout
fn start(&mut self) -> impl TimeoutInstance
Auto Trait Implementations§
impl Freeze for AlwaysTimeout
impl RefUnwindSafe for AlwaysTimeout
impl Send for AlwaysTimeout
impl Sync for AlwaysTimeout
impl Unpin for AlwaysTimeout
impl UnwindSafe for AlwaysTimeout
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