pub struct RawBinDataFormat;
Expand description
The most basic data format. It just simply writes raw bytes into the channel, without any regard of the underlying data’s structure
Trait Implementations§
Source§impl DataFormat for RawBinDataFormat
impl DataFormat for RawBinDataFormat
Auto Trait Implementations§
impl Freeze for RawBinDataFormat
impl RefUnwindSafe for RawBinDataFormat
impl Send for RawBinDataFormat
impl Sync for RawBinDataFormat
impl Unpin for RawBinDataFormat
impl UnwindSafe for RawBinDataFormat
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