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