Enum syntax::ext::tt::quoted::KleeneOp[][src]

pub enum KleeneOp {
    ZeroOrMore,
    OneOrMore,
    ZeroOrOne,
}

A Kleene-style repetition operator for token sequences.

Variants

Kleene star (*) for zero or more repetitions

Kleene plus (+) for one or more repetitions

Trait Implementations

impl Clone for KleeneOp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for KleeneOp
[src]

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

This method tests for !=.

impl Encodable for KleeneOp
[src]

impl Decodable for KleeneOp
[src]

impl Hash for KleeneOp
[src]

Feeds this value into the given [Hasher]. Read more

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

impl Debug for KleeneOp
[src]

Formats the value using the given formatter. Read more

impl Copy for KleeneOp
[src]

Auto Trait Implementations

impl Send for KleeneOp

impl Sync for KleeneOp