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