Searched defs:BStr (Results 1 – 1 of 1) sorted by relevance
13 pub struct BStr([u8]); global() struct 15 impl BStr { global() implementation 32 unsafe { &*(core::ptr::from_ref(bytes) as *const BStr) } from_bytes() constant 46 strip_prefix(&self, pattern: impl AsRef<Self>) -> Option<&BStr> strip_prefix() argument 53 impl fmt::Display for BStr { global() implementation 83 impl fmt::Debug for BStr { global() implementation 119 impl Deref for BStr { global() implementation 128 impl PartialEq for BStr { global() implementation 134 impl<Idx> Index<Idx> for BStr global() implementation 146 as_ref(&self) -> &BStr as_ref() argument 151 impl AsRef<BStr> for BStr { global() implementation 152 as_ref(&self) -> &BStr as_ref() argument 522 as_ref(&self) -> &BStr as_ref() argument [all...]