Struct anchor_syn::ConstraintInitGroup
source · pub struct ConstraintInitGroup {
pub if_needed: bool,
pub seeds: Option<ConstraintSeedsGroup>,
pub payer: Expr,
pub space: Option<Expr>,
pub kind: InitKind,
}
Fields§
§if_needed: bool
§seeds: Option<ConstraintSeedsGroup>
§payer: Expr
§space: Option<Expr>
§kind: InitKind
Trait Implementations§
source§impl Clone for ConstraintInitGroup
impl Clone for ConstraintInitGroup
source§fn clone(&self) -> ConstraintInitGroup
fn clone(&self) -> ConstraintInitGroup
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 ConstraintInitGroup
impl RefUnwindSafe for ConstraintInitGroup
impl !Send for ConstraintInitGroup
impl !Sync for ConstraintInitGroup
impl Unpin for ConstraintInitGroup
impl UnwindSafe for ConstraintInitGroup
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