Struct anchor_syn::ConstraintSeedsGroup [−][src]
pub struct ConstraintSeedsGroup { pub is_init: bool, pub seeds: Punctuated<Expr, Comma>, pub payer: Option<Ident>, pub space: Option<Expr>, pub kind: PdaKind, }
Fields
is_init: bool
seeds: Punctuated<Expr, Comma>
payer: Option<Ident>
space: Option<Expr>
kind: PdaKind
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConstraintSeedsGroup
impl !Send for ConstraintSeedsGroup
impl !Sync for ConstraintSeedsGroup
impl Unpin for ConstraintSeedsGroup
impl UnwindSafe for ConstraintSeedsGroup
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self