Enum reproto_ast::PathPart [] [src]

pub enum PathPart<'input> {
    Variable(Cow<'input, str>),
    Segment(String),
}

A part of a step.

Variants

Trait Implementations

impl<'input> Debug for PathPart<'input>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'input> PartialEq for PathPart<'input>
[src]

[src]

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

[src]

This method tests for !=.

impl<'input> Eq for PathPart<'input>
[src]

Auto Trait Implementations

impl<'input> Send for PathPart<'input>

impl<'input> Sync for PathPart<'input>