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