pub struct BytesData;Expand description
TraceData implementation using Bytes and BytesString.
Trait Implementations§
Source§impl DeserializableTraceData for BytesData
impl DeserializableTraceData for BytesData
fn get_mut_slice(buf: &mut Bytes) -> &mut &'static [u8] ⓘ
fn try_slice_and_advance(buf: &mut Bytes, bytes: usize) -> Option<Bytes>
fn read_string(buf: &mut Bytes) -> Result<BytesString, DecodeError>
impl StructuralPartialEq for BytesData
Auto Trait Implementations§
impl Freeze for BytesData
impl RefUnwindSafe for BytesData
impl Send for BytesData
impl Sync for BytesData
impl Unpin for BytesData
impl UnsafeUnpin for BytesData
impl UnwindSafe for BytesData
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