pub struct MintNewEditionFromMasterEditionViaVaultProxyBuilder {
Show 17 fields pub new_metadata: Option<Pubkey>, pub new_edition: Option<Pubkey>, pub master_edition: Option<Pubkey>, pub new_mint: Option<Pubkey>, pub edition_mark_pda: Option<Pubkey>, pub new_mint_authority: Option<Pubkey>, pub payer: Option<Pubkey>, pub vault_authority: Option<Pubkey>, pub safety_deposit_store: Option<Pubkey>, pub safety_deposit_box: Option<Pubkey>, pub vault: Option<Pubkey>, pub new_metadata_update_authority: Option<Pubkey>, pub metadata: Option<Pubkey>, pub token_program: Option<Pubkey>, pub token_vault_program: Option<Pubkey>, pub system_program: Option<Pubkey>, pub rent: Option<Pubkey>,
}

Fields§

§new_metadata: Option<Pubkey>§new_edition: Option<Pubkey>§master_edition: Option<Pubkey>§new_mint: Option<Pubkey>§edition_mark_pda: Option<Pubkey>§new_mint_authority: Option<Pubkey>§payer: Option<Pubkey>§vault_authority: Option<Pubkey>§safety_deposit_store: Option<Pubkey>§safety_deposit_box: Option<Pubkey>§vault: Option<Pubkey>§new_metadata_update_authority: Option<Pubkey>§metadata: Option<Pubkey>§token_program: Option<Pubkey>§token_vault_program: Option<Pubkey>§system_program: Option<Pubkey>§rent: Option<Pubkey>

Implementations§

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.