Lines Matching defs:ProtobufRelPath
12 impl From<String> for ProtobufRelPath { implementation
13 fn from(s: String) -> ProtobufRelPath { in from()
18 impl From<&'_ str> for ProtobufRelPath { implementation
19 fn from(s: &str) -> ProtobufRelPath { in from()
89 pub fn append(&self, simple: &ProtobufRelPathRef) -> ProtobufRelPath { in append()
101 pub fn append_ident(&self, simple: &ProtobufIdentRef) -> ProtobufRelPath { in append_ident()
109 pub fn to_owned(&self) -> ProtobufRelPath { in to_owned()
116 impl ProtobufRelPath { implementation
127 pub fn new<S: Into<String>>(path: S) -> ProtobufRelPath { in new()
136 ) -> ProtobufRelPath { in from_components()
152 pub struct ProtobufRelPath { struct
169 impl Deref for ProtobufRelPath { argument
177 impl From<ProtobufIdent> for ProtobufRelPath { implementation
178 fn from(s: ProtobufIdent) -> ProtobufRelPath { in from()
189 impl fmt::Display for ProtobufRelPath { implementation