• Home
  • Raw
  • Download

Lines Matching defs:BString

79     impl fmt::Display for BString {  implementation
86 impl fmt::Debug for BString { implementation
93 impl ops::Deref for BString { implementation
102 impl ops::DerefMut for BString { implementation
109 impl AsRef<[u8]> for BString { implementation
116 impl AsRef<BStr> for BString { implementation
123 impl AsMut<[u8]> for BString { implementation
130 impl AsMut<BStr> for BString { implementation
137 impl Borrow<BStr> for BString { implementation
148 fn to_owned(&self) -> BString { in to_owned()
153 impl Default for BString { implementation
159 impl<'a> From<&'a [u8]> for BString { implementation
161 fn from(s: &'a [u8]) -> BString { in from()
166 impl From<Vec<u8>> for BString { implementation
168 fn from(s: Vec<u8>) -> BString { in from()
180 impl<'a> From<&'a str> for BString { implementation
182 fn from(s: &'a str) -> BString { in from()
187 impl From<String> for BString { implementation
189 fn from(s: String) -> BString { in from()
194 impl<'a> From<&'a BStr> for BString { implementation
196 fn from(s: &'a BStr) -> BString { in from()
226 impl FromIterator<char> for BString { implementation
233 impl FromIterator<u8> for BString { implementation
240 impl<'a> FromIterator<&'a str> for BString { implementation
251 impl<'a> FromIterator<&'a [u8]> for BString { implementation
262 impl<'a> FromIterator<&'a BStr> for BString { implementation
273 impl FromIterator<BString> for BString { implementation
284 impl Eq for BString {} implementation
286 impl PartialEq for BString { implementation
302 impl PartialOrd for BString { implementation
309 impl Ord for BString { implementation
814 impl Serialize for BString { implementation
824 impl<'de> Deserialize<'de> for BString { implementation
826 fn deserialize<D>(deserializer: D) -> Result<BString, D::Error> in deserialize()
843 ) -> Result<BString, V::Error> { in deserialize()
856 ) -> Result<BString, E> { in deserialize()
864 ) -> Result<BString, E> { in deserialize()
872 ) -> Result<BString, E> { in deserialize()
880 ) -> Result<BString, E> { in deserialize()
1078 impl Arbitrary for BString { implementation
1079 fn arbitrary(g: &mut Gen) -> BString { in arbitrary()