Struct at_commands::DeserializeBytes
source · pub struct DeserializeBytes { /* private fields */ }
Expand description
An abstract representaiton of bytes remaining after a deserialization failure.
Implementations§
Trait Implementations§
source§impl Debug for DeserializeBytes
impl Debug for DeserializeBytes
source§impl Default for DeserializeBytes
impl Default for DeserializeBytes
source§impl PartialEq<DeserializeBytes> for DeserializeBytes
impl PartialEq<DeserializeBytes> for DeserializeBytes
source§fn eq(&self, other: &DeserializeBytes) -> bool
fn eq(&self, other: &DeserializeBytes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeserializeBytes
Auto Trait Implementations§
impl RefUnwindSafe for DeserializeBytes
impl Send for DeserializeBytes
impl Sync for DeserializeBytes
impl Unpin for DeserializeBytes
impl UnwindSafe for DeserializeBytes
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