Enum anchor_syn::ConstraintToken [−][src]
pub enum ConstraintToken {}Show variants
Init(Context<ConstraintInit>), Mut(Context<ConstraintMut>), Signer(Context<ConstraintSigner>), BelongsTo(Context<ConstraintBelongsTo>), Literal(Context<ConstraintLiteral>), Raw(Context<ConstraintRaw>), Owner(Context<ConstraintOwner>), RentExempt(Context<ConstraintRentExempt>), Seeds(Context<ConstraintSeeds>), Executable(Context<ConstraintExecutable>), State(Context<ConstraintState>), AssociatedGroup(ConstraintAssociatedGroup), Associated(Context<ConstraintAssociated>), AssociatedPayer(Context<ConstraintAssociatedPayer>), AssociatedSpace(Context<ConstraintAssociatedSpace>), AssociatedWith(Context<ConstraintAssociatedWith>),
Variants
Init(Context<ConstraintInit>)
Mut(Context<ConstraintMut>)
Signer(Context<ConstraintSigner>)
BelongsTo(Context<ConstraintBelongsTo>)
Literal(Context<ConstraintLiteral>)
Raw(Context<ConstraintRaw>)
Owner(Context<ConstraintOwner>)
RentExempt(Context<ConstraintRentExempt>)
Seeds(Context<ConstraintSeeds>)
Executable(Context<ConstraintExecutable>)
State(Context<ConstraintState>)
AssociatedGroup(ConstraintAssociatedGroup)
Associated(Context<ConstraintAssociated>)
AssociatedPayer(Context<ConstraintAssociatedPayer>)
AssociatedSpace(Context<ConstraintAssociatedSpace>)
AssociatedWith(Context<ConstraintAssociatedWith>)
Trait Implementations
impl Debug for ConstraintToken
[src]
impl Debug for ConstraintToken
[src]impl Parse for ConstraintToken
[src]
impl Parse for ConstraintToken
[src]fn parse(stream: ParseStream<'_>) -> ParseResult<Self>
[src]
Auto Trait Implementations
impl RefUnwindSafe for ConstraintToken
impl !Send for ConstraintToken
impl !Sync for ConstraintToken
impl Unpin for ConstraintToken
impl UnwindSafe for ConstraintToken
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self