Lines Matching defs:RustPath
66 pub fn into_path(self) -> RustPath { in into_path()
127 pub(crate) struct RustPath { struct
128 absolute: bool,
129 path: RustRelativePath,
153 impl RustPath { implementation
177 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 { implementation
225 impl From<String> for RustPath { implementation
231 impl fmt::Display for RustPath { implementation
258 pub fn to_path(&self) -> RustPath { in to_path()