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