Struct mpl_token_auth_rules::instruction::builders::WriteToBuffer
source · pub struct WriteToBuffer {
pub payer: Pubkey,
pub buffer_pda: Pubkey,
pub system_program: Pubkey,
pub args: WriteToBufferArgs,
}Fields§
§payer: Pubkey§buffer_pda: Pubkey§system_program: Pubkey§args: WriteToBufferArgsTrait Implementations§
source§impl InstructionBuilder for WriteToBuffer
impl InstructionBuilder for WriteToBuffer
Builds a WriteToBuffer instruction.
source§fn instruction(&self) -> Instruction
fn instruction(&self) -> Instruction
The required function to return the built instruction.
Auto Trait Implementations§
impl RefUnwindSafe for WriteToBuffer
impl Send for WriteToBuffer
impl Sync for WriteToBuffer
impl Unpin for WriteToBuffer
impl UnwindSafe for WriteToBuffer
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