Enum reproto_parser::ast::Name
[−]
[src]
pub enum Name {
Relative {
parts: Vec<String>,
},
Absolute {
prefix: Option<String>,
parts: Vec<String>,
},
}Variants
RelativeFields of Relative
parts: Vec<String> |
AbsoluteFields of Absolute
prefix: Option<String> | |
parts: Vec<String> |
Trait Implementations
impl Debug for Name[src]
impl PartialEq for Name[src]
fn eq(&self, __arg_0: &Name) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Name) -> bool[src]
This method tests for !=.