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