Searched defs:RustPathComponent (Results 1 – 3 of 3) sorted by relevance
8 pub(crate) enum RustPathComponent { enum13 impl fmt::Display for RustPathComponent { implementation22 impl RustPathComponent { implementation25 pub(crate) fn parse(s: &str) -> RustPathComponent { in parse()
39 pub fn first(&self) -> Option<RustPathComponent> { in first()43 pub fn remove_first(&mut self) -> Option<RustPathComponent> { in remove_first()
27 pub fn first(&self) -> Option<RustPathComponent> { in first()32 pub fn remove_first(&mut self) -> Option<RustPathComponent> { in remove_first()