Home
last modified time | relevance | path

Searched defs:RustIdentWithPath (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/protobuf-codegen/src/
Drust_name.rs30 pub fn to_path(&self) -> RustIdentWithPath { in to_path()
163 pub fn with_ident(self, ident: RustIdent) -> RustIdentWithPath { in with_ident()
206 pub fn append_with_ident(self, path: RustIdentWithPath) -> RustIdentWithPath { in append_with_ident()
241 pub(crate) struct RustIdentWithPath { struct
247 impl RustIdentWithPath { argument
248 pub fn new(s: String) -> RustIdentWithPath { in new()
263 impl<S: Into<String>> From<S> for RustIdentWithPath { implementation
269 impl fmt::Display for RustIdentWithPath { implementation
Dscope.rs535 pub fn rust_name(&self) -> RustIdentWithPath { in rust_name()