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