pub struct NoInstrAttrib;Expand description
NoInstrAttrib (870).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoInstrAttrib
impl RefUnwindSafe for NoInstrAttrib
impl Send for NoInstrAttrib
impl Sync for NoInstrAttrib
impl Unpin for NoInstrAttrib
impl UnsafeUnpin for NoInstrAttrib
impl UnwindSafe for NoInstrAttrib
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