Home
last modified time | relevance | path

Searched defs:str (Results 1 – 5 of 5) sorted by relevance

/rust/macros/
Dmodule.rs22 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
60 fn emit_only_builtin(&mut self, field: &str, content: &str) { in emit_only_builtin()
64 fn emit_only_loadable(&mut self, field: &str, content: &str) { in emit_only_loadable()
68 fn emit(&mut self, field: &str, content: &str) { in emit()
/rust/alloc/
Dlib.rs228 pub mod str; module
Dborrow.rs469 fn add_assign(&mut self, rhs: &'a str) { in add_assign()
486 fn add_assign(&mut self, rhs: Cow<'a, str>) { in add_assign() argument
Dboxed.rs1379 fn write_str(&mut self, s: &str) { in write_str()
1478 fn from(s: &str) -> Box<str> { in from()
1510 fn from(cow: Cow<'_, str>) -> Box<str> { in from() argument
1537 fn from(s: Box<str, A>) -> Self { in from()
/rust/kernel/
Dlib.rs28 pub mod str; module