Enum syntex_syntax::tokenstream::KleeneOp [] [src]

pub enum KleeneOp {
    ZeroOrMore,
    OneOrMore,
}

A Kleene-style repetition operator for token sequences.

Variants

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 Eq for KleeneOp
[src]

impl Encodable for KleeneOp
[src]

impl Decodable for KleeneOp
[src]

impl Hash for KleeneOp
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for KleeneOp
[src]

Formats the value using the given formatter.

impl Copy for KleeneOp
[src]