Struct reproto_ast::PathStep [] [src]

pub struct PathStep<'input> {
    pub parts: Vec<PathPart<'input>>,
}

A step in a path specification.

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

impl<'input> PartialEq for PathStep<'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 PathStep<'input>
[src]

Auto Trait Implementations

impl<'input> Send for PathStep<'input>

impl<'input> Sync for PathStep<'input>