Struct reproto_parser::ast::PathSpec
[−]
[src]
pub struct PathSpec<'input> {
pub segments: Vec<PathSegment<'input>>,
}Fields
segments: Vec<PathSegment<'input>>
Trait Implementations
impl<'input> Debug for PathSpec<'input>[src]
impl<'input> PartialEq for PathSpec<'input>[src]
fn eq(&self, __arg_0: &PathSpec<'input>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PathSpec<'input>) -> bool[src]
This method tests for !=.