Struct reproto_parser::ast::PathSpec [] [src]

pub struct PathSpec<'input> {
    pub segments: Vec<PathSegment<'input>>,
}

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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]