pub struct PintMy;Expand description
Type-level Profile::PintMy.
Trait Implementations§
impl Copy for PintMy
impl Eq for PintMy
Source§impl ProfileMarker for PintMy
impl ProfileMarker 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