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