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