pub struct InstructionTemplate {
pub code: &'static str,
pub full: &'static str,
}Fields§
§code: &'static str§full: &'static strAuto Trait Implementations§
impl Freeze for InstructionTemplate
impl RefUnwindSafe for InstructionTemplate
impl Send for InstructionTemplate
impl Sync for InstructionTemplate
impl Unpin for InstructionTemplate
impl UnsafeUnpin for InstructionTemplate
impl UnwindSafe for InstructionTemplate
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