pub struct InstructionRef {
pub name: String,
pub account_count: usize,
pub arg_count: usize,
}Fields§
§name: String§account_count: usize§arg_count: usizeTrait Implementations§
Source§impl Clone for InstructionRef
impl Clone for InstructionRef
Source§fn clone(&self) -> InstructionRef
fn clone(&self) -> InstructionRef
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for InstructionRef
impl RefUnwindSafe for InstructionRef
impl Send for InstructionRef
impl Sync for InstructionRef
impl Unpin for InstructionRef
impl UnsafeUnpin for InstructionRef
impl UnwindSafe for InstructionRef
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