Searched defs:BStr (Results 1 – 1 of 1) sorted by relevance
13 pub struct BStr([u8]); struct15 impl BStr { impls53 impl fmt::Display for BStr { implementation83 impl fmt::Debug for BStr { implementation119 impl Deref for BStr { implementation128 impl PartialEq for BStr { implementation134 impl<Idx> Index<Idx> for BStr implementation146 fn as_ref(&self) -> &BStr { in as_ref()151 impl AsRef<BStr> for BStr { implementation152 fn as_ref(&self) -> &BStr { in as_ref()[all …]
Completed in 5 milliseconds