Struct anchor_syn::parser::accounts::constraints::ConstraintGroupBuilder [−][src]
pub struct ConstraintGroupBuilder<'ty> {}Show fields
pub f_ty: Option<&'ty Ty>, pub init: Option<Context<ConstraintInit>>, pub mutable: Option<Context<ConstraintMut>>, pub signer: Option<Context<ConstraintSigner>>, pub belongs_to: Vec<Context<ConstraintBelongsTo>>, pub literal: Vec<Context<ConstraintLiteral>>, pub raw: Vec<Context<ConstraintRaw>>, pub owner: Option<Context<ConstraintOwner>>, pub rent_exempt: Option<Context<ConstraintRentExempt>>, pub seeds: Option<Context<ConstraintSeeds>>, pub executable: Option<Context<ConstraintExecutable>>, pub state: Option<Context<ConstraintState>>, pub associated: Option<Context<ConstraintAssociated>>, pub associated_payer: Option<Context<ConstraintAssociatedPayer>>, pub associated_space: Option<Context<ConstraintAssociatedSpace>>, pub associated_with: Vec<Context<ConstraintAssociatedWith>>, pub close: Option<Context<ConstraintClose>>,
Fields
f_ty: Option<&'ty Ty>
init: Option<Context<ConstraintInit>>
mutable: Option<Context<ConstraintMut>>
signer: Option<Context<ConstraintSigner>>
belongs_to: Vec<Context<ConstraintBelongsTo>>
literal: Vec<Context<ConstraintLiteral>>
raw: Vec<Context<ConstraintRaw>>
owner: Option<Context<ConstraintOwner>>
rent_exempt: Option<Context<ConstraintRentExempt>>
seeds: Option<Context<ConstraintSeeds>>
executable: Option<Context<ConstraintExecutable>>
state: Option<Context<ConstraintState>>
associated: Option<Context<ConstraintAssociated>>
associated_payer: Option<Context<ConstraintAssociatedPayer>>
associated_space: Option<Context<ConstraintAssociatedSpace>>
associated_with: Vec<Context<ConstraintAssociatedWith>>
close: Option<Context<ConstraintClose>>
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'ty> RefUnwindSafe for ConstraintGroupBuilder<'ty>
impl<'ty> !Send for ConstraintGroupBuilder<'ty>
impl<'ty> !Sync for ConstraintGroupBuilder<'ty>
impl<'ty> Unpin for ConstraintGroupBuilder<'ty>
impl<'ty> UnwindSafe for ConstraintGroupBuilder<'ty>