pub struct Nop {}
Implementations§
Source§impl Nop
impl Nop
pub fn new() -> Nop
pub fn new_instruction() -> Instruction
Trait Implementations§
Source§impl From<Nop> for Instruction
impl From<Nop> for Instruction
impl StructuralPartialEq for Nop
Auto Trait Implementations§
impl Freeze for Nop
impl RefUnwindSafe for Nop
impl Send for Nop
impl Sync for Nop
impl Unpin for Nop
impl UnwindSafe for Nop
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