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: InitKindTrait 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 more