Enum pepper::glob::Op[][src]

pub enum Op {
    Slice {
        from: u16,
        to: u16,
    },
    Separator,
    Skip {
        count: u16,
    },
    Many,
    ManyComponents,
    AnyWithinRanges {
        from: u16,
        to: u16,
    },
    ExceptWithinRanges {
        from: u16,
        to: u16,
    },
    SubPatternGroup {
        len: u16,
    },
    SubPattern {
        len: u16,
    },
}

Variants

Slice

Fields of Slice

from: u16to: u16
Separator
Skip

Fields of Skip

count: u16
Many
ManyComponents
AnyWithinRanges

Fields of AnyWithinRanges

from: u16to: u16
ExceptWithinRanges

Fields of ExceptWithinRanges

from: u16to: u16
SubPatternGroup

Fields of SubPatternGroup

len: u16
SubPattern

Fields of SubPattern

len: u16

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

Performs the conversion.

Performs the conversion.

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.