Struct bytes::SmallByteStr 
                   
                       [−]
                   
               [src]
pub struct SmallByteStr {
    // some fields omitted
}pub struct SmallByteStr {
    // some fields omitted
}impl SmallByteStrfn zero() -> SmallByteStrfn from_slice(bytes: &[u8]) -> Option<SmallByteStr>fn as_slice(&self) -> &[u8]impl ByteStr for SmallByteStrtype Buf = SmallByteStrBuffn buf(&self) -> SmallByteStrBuffn concat<B: ByteStr + 'static>(&self, other: &B) -> Bytesfn len(&self) -> usizefn slice(&self, begin: usize, end: usize) -> Bytesfn is_empty(&self) -> boolfn slice_from(&self, begin: usize) -> Bytesfn slice_to(&self, end: usize) -> Bytesfn split_at(&self, mid: usize) -> (Bytes, Bytes)impl ToBytes for SmallByteStrimpl Index<usize> for SmallByteStrimpl<B: ByteStr> PartialEq<B> for SmallByteStrimpl Copy for SmallByteStrimpl Clone for SmallByteStrfn clone(&self) -> SmallByteStrfn clone_from(&mut self, source: &Self)