Home
last modified time | relevance | path

Searched defs:RustRelativePath (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/protobuf-codegen/src/
Drust_name.rs60 pub(crate) struct RustRelativePath { struct
65 impl RustRelativePath { argument
103 pub fn append(mut self, path: RustRelativePath) -> RustRelativePath { in append()
114 pub fn _append_ident(mut self, ident: RustIdent) -> RustRelativePath { in _append_ident()
119 pub fn to_reverse(&self) -> RustRelativePath { in to_reverse()
132 impl fmt::Display for RustRelativePath { implementation
144 impl From<&'_ str> for RustRelativePath { implementation