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