pub struct InstructionLink {
pub instruction_name: String,
pub account_a_writable: bool,
pub account_b_writable: bool,
}Fields§
§instruction_name: String§account_a_writable: bool§account_b_writable: boolTrait Implementations§
Source§impl Clone for InstructionLink
impl Clone for InstructionLink
Source§fn clone(&self) -> InstructionLink
fn clone(&self) -> InstructionLink
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 InstructionLink
impl RefUnwindSafe for InstructionLink
impl Send for InstructionLink
impl Sync for InstructionLink
impl Unpin for InstructionLink
impl UnsafeUnpin for InstructionLink
impl UnwindSafe for InstructionLink
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