Struct continuation_router::TokenAmount
source · [−]pub struct TokenAmount {
pub mint: Pubkey,
pub amount: u64,
}Expand description
An amount of tokens.
Fields
mint: PubkeyMint of the token.
amount: u64Amount of the token.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TokenAmount
impl Send for TokenAmount
impl Sync for TokenAmount
impl Unpin for TokenAmount
impl UnwindSafe for TokenAmount
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more