Struct anchor_syn::ConstraintAssociatedToken
source · pub struct ConstraintAssociatedToken {
pub wallet: Expr,
pub mint: Expr,
}Fields§
§wallet: Expr§mint: ExprTrait Implementations§
source§impl Clone for ConstraintAssociatedToken
impl Clone for ConstraintAssociatedToken
source§fn clone(&self) -> ConstraintAssociatedToken
fn clone(&self) -> ConstraintAssociatedToken
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more