Lines Matching defs:Chars
13 pub struct Chars(Bytes); struct
15 impl Chars { impl
27 pub fn from_bytes(bytes: Bytes) -> Result<Chars, str::Utf8Error> { in from_bytes()
44 impl<'a> From<&'a str> for Chars { implementation
45 fn from(src: &'a str) -> Chars { in from()
50 impl From<String> for Chars { implementation
51 fn from(src: String) -> Chars { in from()
56 impl Into<String> for Chars { implementation
63 impl Default for Chars { implementation
69 impl Deref for Chars { implementation
78 impl Borrow<str> for Chars { implementation
84 impl fmt::Display for Chars { implementation
91 impl fmt::Debug for Chars { implementation