pub struct ByteString {
pub extent: Extent,
pub value: String,
}Fields§
§extent: Extent§value: StringTrait Implementations§
Source§impl Debug for ByteString
impl Debug for ByteString
Source§impl<'a> Index<&'a ByteString> for str
impl<'a> Index<&'a ByteString> for str
Source§impl Index<ByteString> for str
impl Index<ByteString> for str
Auto Trait Implementations§
impl Freeze for ByteString
impl RefUnwindSafe for ByteString
impl Send for ByteString
impl Sync for ByteString
impl Unpin for ByteString
impl UnsafeUnpin for ByteString
impl UnwindSafe for ByteString
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more