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