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