pub struct StopBody { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StopBody
impl RefUnwindSafe for StopBody
impl Send for StopBody
impl Sync for StopBody
impl Unpin for StopBody
impl UnsafeUnpin for StopBody
impl UnwindSafe for StopBody
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