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