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