pub struct StopBlock;Trait Implementations§
Auto Trait Implementations§
impl Freeze for StopBlock
impl RefUnwindSafe for StopBlock
impl Send for StopBlock
impl Sync for StopBlock
impl Unpin for StopBlock
impl UnwindSafe for StopBlock
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