Searched defs:RustRelativePath (Results 1 – 7 of 7) sorted by relevance
9 pub(crate) struct RustRelativePath { struct13 impl RustRelativePath { impl55 pub fn append(mut self, path: RustRelativePath) -> RustRelativePath { in append()66 pub fn append_ident(mut self, ident: RustIdent) -> RustRelativePath { in append_ident()71 pub fn to_reverse(&self) -> RustRelativePath { in to_reverse()78 impl fmt::Display for RustRelativePath { implementation90 impl From<&'_ str> for RustRelativePath { implementation
34 pub(crate) fn into_rel_path(self) -> RustRelativePath { in into_rel_path()
66 pub fn into_relative_or_panic(self) -> RustRelativePath { in into_relative_or_panic()
60 pub(crate) struct RustRelativePath { struct65 impl RustRelativePath { implementation103 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 { implementation144 impl From<&'_ str> for RustRelativePath { implementation
467 fn make_path_to_path(source: &RustRelativePath, dest: &RustPath) -> RustPath { in make_path_to_path()481 pub(crate) fn make_path(source: &RustRelativePath, dest: &RustIdentWithPath) -> RustIdentWithPath { in make_path()
131 fn mod_name(&self) -> RustRelativePath { in mod_name()
247 pub fn rust_path_to_file(&self) -> RustRelativePath { in rust_path_to_file()