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