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