Enum ra_ap_syntax::ast::Pat[][src]

pub enum Pat {
Show 16 variants IdentPat(IdentPat), BoxPat(BoxPat), RestPat(RestPat), LiteralPat(LiteralPat), MacroPat(MacroPat), OrPat(OrPat), ParenPat(ParenPat), PathPat(PathPat), WildcardPat(WildcardPat), RangePat(RangePat), RecordPat(RecordPat), RefPat(RefPat), SlicePat(SlicePat), TuplePat(TuplePat), TupleStructPat(TupleStructPat), ConstBlockPat(ConstBlockPat),
}

Variants

IdentPat(IdentPat)

Tuple Fields of IdentPat

0: IdentPat
BoxPat(BoxPat)

Tuple Fields of BoxPat

0: BoxPat
RestPat(RestPat)

Tuple Fields of RestPat

0: RestPat
LiteralPat(LiteralPat)

Tuple Fields of LiteralPat

0: LiteralPat
MacroPat(MacroPat)

Tuple Fields of MacroPat

0: MacroPat
OrPat(OrPat)

Tuple Fields of OrPat

0: OrPat
ParenPat(ParenPat)

Tuple Fields of ParenPat

0: ParenPat
PathPat(PathPat)

Tuple Fields of PathPat

0: PathPat
WildcardPat(WildcardPat)

Tuple Fields of WildcardPat

0: WildcardPat
RangePat(RangePat)

Tuple Fields of RangePat

0: RangePat
RecordPat(RecordPat)

Tuple Fields of RecordPat

0: RecordPat
RefPat(RefPat)

Tuple Fields of RefPat

0: RefPat
SlicePat(SlicePat)

Tuple Fields of SlicePat

0: SlicePat
TuplePat(TuplePat)

Tuple Fields of TuplePat

0: TuplePat
TupleStructPat(TupleStructPat)

Tuple Fields of TupleStructPat

0: TupleStructPat
ConstBlockPat(ConstBlockPat)

Tuple Fields of ConstBlockPat

0: ConstBlockPat

Implementations

Returns text, parsed as a pattern, but only if it has no errors.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Compare self to key and return true if they are equal.

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.