pub struct ConstraintMetadataGroup {
pub mint: Option<Expr>,
pub update_authority: Option<Expr>,
}
Fields§
§mint: Option<Expr>
Trait Implementations§
Source§impl Clone for ConstraintMetadataGroup
impl Clone for ConstraintMetadataGroup
Source§fn clone(&self) -> ConstraintMetadataGroup
fn clone(&self) -> ConstraintMetadataGroup
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 moreAuto Trait Implementations§
impl Freeze for ConstraintMetadataGroup
impl RefUnwindSafe for ConstraintMetadataGroup
impl !Send for ConstraintMetadataGroup
impl !Sync for ConstraintMetadataGroup
impl Unpin for ConstraintMetadataGroup
impl UnwindSafe for ConstraintMetadataGroup
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