pub struct DeprecatedMintNewEditionFromMasterEditionViaPrintingToken {
Show 16 fields pub metadata: Pubkey, pub edition: Pubkey, pub master_edition: Pubkey, pub mint: Pubkey, pub mint_authority: Pubkey, pub printing_mint: Pubkey, pub master_token_account: Pubkey, pub edition_marker: Pubkey, pub burn_authority: Pubkey, pub payer: Pubkey, pub master_update_authority: Pubkey, pub master_metadata: Pubkey, pub token_program: Pubkey, pub system_program: Pubkey, pub rent: Pubkey, pub reservation_list: Option<Pubkey>,
}

Fields§

§metadata: Pubkey§edition: Pubkey§master_edition: Pubkey§mint: Pubkey§mint_authority: Pubkey§printing_mint: Pubkey§master_token_account: Pubkey§edition_marker: Pubkey§burn_authority: Pubkey§payer: Pubkey§master_update_authority: Pubkey§master_metadata: Pubkey§token_program: Pubkey§system_program: Pubkey§rent: Pubkey§reservation_list: Option<Pubkey>

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.