pub struct StopPx;Expand description
StopPx (99).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StopPx
impl RefUnwindSafe for StopPx
impl Send for StopPx
impl Sync for StopPx
impl Unpin for StopPx
impl UnsafeUnpin for StopPx
impl UnwindSafe for StopPx
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