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