Struct anchor_syn::ConstraintTokenMintGroup
source · pub struct ConstraintTokenMintGroup {
pub decimals: Option<Expr>,
pub mint_authority: Option<Expr>,
pub freeze_authority: Option<Expr>,
}
Fields§
§decimals: Option<Expr>
Trait Implementations§
source§impl Clone for ConstraintTokenMintGroup
impl Clone for ConstraintTokenMintGroup
source§fn clone(&self) -> ConstraintTokenMintGroup
fn clone(&self) -> ConstraintTokenMintGroup
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