pub struct BytesDecoder;
Trait Implementations§
Source§impl Clone for BytesDecoder
impl Clone for BytesDecoder
Source§fn clone(&self) -> BytesDecoder
fn clone(&self) -> BytesDecoder
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 BytesDecoder
impl Debug for BytesDecoder
Source§impl Decoder<Bytes> for BytesDecoder
impl Decoder<Bytes> for BytesDecoder
Source§impl Default for BytesDecoder
impl Default for BytesDecoder
Source§fn default() -> BytesDecoder
fn default() -> BytesDecoder
Returns the “default value” for a type. Read more
impl Copy for BytesDecoder
Auto Trait Implementations§
impl Freeze for BytesDecoder
impl RefUnwindSafe for BytesDecoder
impl Send for BytesDecoder
impl Sync for BytesDecoder
impl Unpin for BytesDecoder
impl UnwindSafe for BytesDecoder
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