pub struct TimeoutR { /* private fields */ }
Expand description
Value of the field TIMEOUT
Implementations§
Auto Trait Implementations§
impl Freeze for TimeoutR
impl RefUnwindSafe for TimeoutR
impl Send for TimeoutR
impl Sync for TimeoutR
impl Unpin for TimeoutR
impl UnwindSafe for TimeoutR
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