Searched defs:RustPath (Results 1 – 8 of 8) sorted by relevance
9 pub(crate) struct RustPath { struct14 impl RustPath { argument42 pub fn append(self, path: RustPath) -> RustPath { in append()53 pub(crate) fn append_component(mut self, component: RustPathComponent) -> RustPath { in append_component()58 pub fn append_ident(self, ident: RustIdent) -> RustPath { in append_ident()72 impl From<&'_ str> for RustPath { implementation86 impl From<String> for RustPath { implementation92 impl fmt::Display for RustPath { implementation
30 pub fn to_path(&self) -> RustPath { in to_path()
14 pub fn into_path(self) -> RustPath { in into_path()
66 pub fn into_path(self) -> RustPath { in into_path()127 pub(crate) struct RustPath { struct128 absolute: bool,129 path: RustRelativePath,153 impl RustPath { impl177 pub fn to_reverse(&self) -> RustPath { in to_reverse()190 pub fn append(self, path: RustPath) -> RustPath { in append()201 pub fn append_ident(mut self, ident: RustIdent) -> RustPath { in append_ident()211 impl From<&'_ str> for RustPath { implementation225 impl From<String> for RustPath { implementation[all …]
6 pub(crate) fn protobuf_crate_path(customize: &Customize) -> RustPath { in protobuf_crate_path()
50 ) -> RustPath { in proto_path_to_fn_file_descriptor()
152 pub fn path(&self, reference: &FileAndMod) -> RustPath { in path()
467 fn make_path_to_path(source: &RustRelativePath, dest: &RustPath) -> RustPath { in make_path_to_path()