pub struct Use {
Show 13 fields pub authority: Pubkey, pub delegate_record: Option<Pubkey>, pub token: Option<Pubkey>, pub mint: Pubkey, pub metadata: Pubkey, pub edition: Option<Pubkey>, pub payer: Pubkey, pub system_program: Pubkey, pub sysvar_instructions: Pubkey, pub spl_token_program: Option<Pubkey>, pub authorization_rules_program: Option<Pubkey>, pub authorization_rules: Option<Pubkey>, pub args: UseArgs,
}

Fields§

§authority: Pubkey§delegate_record: Option<Pubkey>§token: Option<Pubkey>§mint: Pubkey§metadata: Pubkey§edition: Option<Pubkey>§payer: Pubkey§system_program: Pubkey§sysvar_instructions: Pubkey§spl_token_program: Option<Pubkey>§authorization_rules_program: Option<Pubkey>§authorization_rules: Option<Pubkey>§args: UseArgs

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.