Struct reproto_ast::PathSpec [] [src]

pub struct PathSpec<'input> {
    pub steps: Vec<PathStep<'input>>,
}

A path specification.

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl<'input> Send for PathSpec<'input>

impl<'input> Sync for PathSpec<'input>