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