pub enum ConstraintMint {
Authority(Expr),
Decimals(Expr),
FreezeAuthority(Expr),
}Variants§
Trait Implementations§
Source§impl Clone for ConstraintMint
impl Clone for ConstraintMint
Source§fn clone(&self) -> ConstraintMint
fn clone(&self) -> ConstraintMint
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 moreSource§impl Parse for ConstraintMint
impl Parse for ConstraintMint
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for ConstraintMint
impl RefUnwindSafe for ConstraintMint
impl !Send for ConstraintMint
impl !Sync for ConstraintMint
impl Unpin for ConstraintMint
impl UnsafeUnpin for ConstraintMint
impl UnwindSafe for ConstraintMint
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