Struct anchor_syn::ConstraintMintDecimals
source · pub struct ConstraintMintDecimals {
pub decimals: Expr,
}
Fields§
§decimals: Expr
Trait Implementations§
source§impl Clone for ConstraintMintDecimals
impl Clone for ConstraintMintDecimals
source§fn clone(&self) -> ConstraintMintDecimals
fn clone(&self) -> ConstraintMintDecimals
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 moreAuto Trait Implementations§
impl Freeze for ConstraintMintDecimals
impl RefUnwindSafe for ConstraintMintDecimals
impl !Send for ConstraintMintDecimals
impl !Sync for ConstraintMintDecimals
impl Unpin for ConstraintMintDecimals
impl UnwindSafe for ConstraintMintDecimals
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