pub struct ConstraintTokenMintGroup {
pub decimals: Option<Expr>,
pub mint_authority: Option<Expr>,
pub freeze_authority: Option<Expr>,
pub token_program: Option<Expr>,
}
Fields§
§decimals: Option<Expr>
§token_program: Option<Expr>
Trait Implementations§
Source§impl Clone for ConstraintTokenMintGroup
impl Clone for ConstraintTokenMintGroup
Source§fn clone(&self) -> ConstraintTokenMintGroup
fn clone(&self) -> ConstraintTokenMintGroup
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ConstraintTokenMintGroup
impl RefUnwindSafe for ConstraintTokenMintGroup
impl !Send for ConstraintTokenMintGroup
impl !Sync for ConstraintTokenMintGroup
impl Unpin for ConstraintTokenMintGroup
impl UnwindSafe for ConstraintTokenMintGroup
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more