pub struct MintNewEditionFromMasterEditionViaToken {
Show 15 fields pub new_metadata: Pubkey, pub new_edition: Pubkey, pub master_edition: Pubkey, pub new_mint: Pubkey, pub edition_mark_pda: Pubkey, pub new_mint_authority: Pubkey, pub payer: Pubkey, pub token_account_owner: Pubkey, pub token_account: Pubkey, pub new_metadata_update_authority: Pubkey, pub metadata: Pubkey, pub token_program: Pubkey, pub system_program: Pubkey, pub rent: Option<Pubkey>, pub args: MintNewEditionFromMasterEditionViaTokenArgs,
}

Fields§

§new_metadata: Pubkey§new_edition: Pubkey§master_edition: Pubkey§new_mint: Pubkey§edition_mark_pda: Pubkey§new_mint_authority: Pubkey§payer: Pubkey§token_account_owner: Pubkey§token_account: Pubkey§new_metadata_update_authority: Pubkey§metadata: Pubkey§token_program: Pubkey§system_program: Pubkey§rent: Option<Pubkey>§args: MintNewEditionFromMasterEditionViaTokenArgs

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.
The type for initializers.
Initializes a with the given initializer. Read more
Dereferences the given pointer. Read more
Mutably dereferences the given pointer. Read more
Drops the object pointed to by the given pointer. Read more
Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.