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