Lines Matching defs:RustIdent
6 pub(crate) struct RustIdent(String); struct
9 impl RustIdent { impl
10 pub fn new(s: &str) -> RustIdent { in new()
35 impl fmt::Display for RustIdent { implementation
41 impl From<&'_ str> for RustIdent { implementation
47 impl From<String> for RustIdent { implementation
53 impl Into<String> for RustIdent { implementation
87 pub fn first(&self) -> Option<RustIdent> { in first()
91 pub fn remove_first(&mut self) -> Option<RustIdent> { in remove_first()
99 pub fn prepend_ident(&mut self, ident: RustIdent) { in prepend_ident()
110 pub fn push_ident(&mut self, ident: RustIdent) { in push_ident()
167 pub fn first(&self) -> Option<RustIdent> { in first()
172 pub fn remove_first(&mut self) -> Option<RustIdent> { in remove_first()
185 pub fn prepend_ident(&mut self, ident: RustIdent) { in prepend_ident()
254 pub fn prepend_ident(&mut self, ident: RustIdent) { in prepend_ident()