Searched defs:ByteStr (Results 1 – 7 of 7) sorted by relevance
6 pub(crate) struct ByteStr { struct11 impl ByteStr { implementation21 pub const fn from_static(val: &'static str) -> ByteStr { in from_static()35 pub unsafe fn from_utf8_unchecked(bytes: Bytes) -> ByteStr { in from_utf8_unchecked()50 impl ops::Deref for ByteStr { implementation61 impl From<String> for ByteStr { implementation63 fn from(src: String) -> ByteStr { in from()71 impl<'a> From<&'a str> for ByteStr { implementation73 fn from(src: &'a str) -> ByteStr { in from()
351 ByteStr, enumerator
307 BYTE_SIZEDARR ByteStr; member