pub struct Instruction<T> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<T: Clone> Clone for Instruction<T>
impl<T: Clone> Clone for Instruction<T>
Source§fn clone(&self) -> Instruction<T>
fn clone(&self) -> Instruction<T>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<T> Debug for Instruction<T>where
T: Debug,
impl<T> Debug for Instruction<T>where
T: Debug,
Source§impl<T> Display for Instruction<T>where
T: Display,
impl<T> Display for Instruction<T>where
T: Display,
impl<T: Copy> Copy for Instruction<T>
Auto Trait Implementations§
impl<T> Freeze for Instruction<T>where
T: Freeze,
impl<T> RefUnwindSafe for Instruction<T>where
T: RefUnwindSafe,
impl<T> Send for Instruction<T>where
T: Send,
impl<T> Sync for Instruction<T>where
T: Sync,
impl<T> Unpin for Instruction<T>where
T: Unpin,
impl<T> UnwindSafe for Instruction<T>where
T: UnwindSafe,
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