Lines Matching defs:Chars
14 pub struct Chars(Bytes); struct
16 impl Chars { impl
23 pub fn from_bytes(bytes: Bytes) -> Result<Chars, str::Utf8Error> { in from_bytes()
40 impl<'a> From<&'a str> for Chars { implementation
41 fn from(src: &'a str) -> Chars { in from()
46 impl From<String> for Chars { implementation
47 fn from(src: String) -> Chars { in from()
52 impl Into<String> for Chars { implementation
59 impl Default for Chars { implementation
65 impl Deref for Chars { implementation
74 impl Clear for Chars { implementation
80 impl fmt::Display for Chars { implementation
87 impl fmt::Debug for Chars { implementation