Searched defs:RustRelativePath (Results 1 – 1 of 1) sorted by relevance
60 pub(crate) struct RustRelativePath { struct65 impl RustRelativePath { argument103 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