• Home
  • Raw
  • Download

Lines Matching defs:BString

74     impl fmt::Display for BString {  implementation
81 impl fmt::Debug for BString { implementation
88 impl ops::Deref for BString { implementation
97 impl ops::DerefMut for BString { implementation
104 impl AsRef<[u8]> for BString { implementation
111 impl AsRef<BStr> for BString { implementation
118 impl AsMut<[u8]> for BString { implementation
125 impl AsMut<BStr> for BString { implementation
132 impl Borrow<BStr> for BString { implementation
143 fn to_owned(&self) -> BString { in to_owned()
148 impl Default for BString { implementation
154 impl<'a> From<&'a [u8]> for BString { implementation
156 fn from(s: &'a [u8]) -> BString { in from()
161 impl From<Vec<u8>> for BString { implementation
163 fn from(s: Vec<u8>) -> BString { in from()
175 impl<'a> From<&'a str> for BString { implementation
177 fn from(s: &'a str) -> BString { in from()
182 impl From<String> for BString { implementation
184 fn from(s: String) -> BString { in from()
189 impl<'a> From<&'a BStr> for BString { implementation
191 fn from(s: &'a BStr) -> BString { in from()
203 impl FromIterator<char> for BString { implementation
210 impl FromIterator<u8> for BString { implementation
217 impl<'a> FromIterator<&'a str> for BString { implementation
228 impl<'a> FromIterator<&'a [u8]> for BString { implementation
239 impl<'a> FromIterator<&'a BStr> for BString { implementation
250 impl FromIterator<BString> for BString { implementation
261 impl Eq for BString {} implementation
263 impl PartialEq for BString { implementation
279 impl PartialOrd for BString { implementation
286 impl Ord for BString { implementation
749 impl Serialize for BString { implementation
759 impl<'de> Deserialize<'de> for BString { implementation
761 fn deserialize<D>(deserializer: D) -> Result<BString, D::Error> in deserialize()
778 ) -> Result<BString, V::Error> { in deserialize()
791 ) -> Result<BString, E> { in deserialize()
799 ) -> Result<BString, E> { in deserialize()
807 ) -> Result<BString, E> { in deserialize()
815 ) -> Result<BString, E> { in deserialize()
940 impl Arbitrary for BString { implementation
941 fn arbitrary(g: &mut Gen) -> BString { in arbitrary()