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