pub struct RawBytesCodec;Trait Implementations§
Source§impl Clone for RawBytesCodec
impl Clone for RawBytesCodec
Source§fn clone(&self) -> RawBytesCodec
fn clone(&self) -> RawBytesCodec
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RawBytesCodec
impl Debug for RawBytesCodec
Source§impl Default for RawBytesCodec
impl Default for RawBytesCodec
Source§fn default() -> RawBytesCodec
fn default() -> RawBytesCodec
Returns the “default value” for a type. Read more
Source§impl KeyValueCodec for RawBytesCodec
impl KeyValueCodec for RawBytesCodec
impl Copy for RawBytesCodec
Auto Trait Implementations§
impl Freeze for RawBytesCodec
impl RefUnwindSafe for RawBytesCodec
impl Send for RawBytesCodec
impl Sync for RawBytesCodec
impl Unpin for RawBytesCodec
impl UnsafeUnpin for RawBytesCodec
impl UnwindSafe for RawBytesCodec
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