pub struct AddMemo {}Expand description
Accounts.
Implementations§
Source§impl AddMemo
impl AddMemo
pub fn instruction(&self, args: AddMemoInstructionArgs) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: AddMemoInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for AddMemo
impl RefUnwindSafe for AddMemo
impl Send for AddMemo
impl Sync for AddMemo
impl Unpin for AddMemo
impl UnwindSafe for AddMemo
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