Home
last modified time | relevance | path

Searched defs:RustPathComponent (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/protobuf-codegen/src/gen/rust/
Dcomponent.rs8 pub(crate) enum RustPathComponent { enum
13 impl fmt::Display for RustPathComponent { implementation
22 impl RustPathComponent { implementation
25 pub(crate) fn parse(s: &str) -> RustPathComponent { in parse()
Drel_path.rs39 pub fn first(&self) -> Option<RustPathComponent> { in first()
43 pub fn remove_first(&mut self) -> Option<RustPathComponent> { in remove_first()
Dpath.rs27 pub fn first(&self) -> Option<RustPathComponent> { in first()
32 pub fn remove_first(&mut self) -> Option<RustPathComponent> { in remove_first()