Struct named_spl_mints::Attribution [−][src]
pub struct Attribution {
pub mint: Pubkey,
pub name: String,
}
Fields
mint: Pubkey
name: String
Trait Implementations
Deserializes previously initialized account data. Should fail for all
uninitialized accounts, where the bytes are zeroed. Implementations
should be unique to a particular account type so that one can never
successfully deserialize the data of one account type into another.
For example, if the SPL token program were to implement this trait,
it should be impossible to deserialize a Mint
account into a token
Account
. Read more
impl BorshDeserialize for Attribution where
Pubkey: BorshDeserialize,
String: BorshDeserialize,
impl BorshDeserialize for Attribution where
Pubkey: BorshDeserialize,
String: BorshDeserialize,
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for Attribution
impl Send for Attribution
impl Sync for Attribution
impl Unpin for Attribution
impl UnwindSafe for Attribution
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more