Struct kafka_protocol::protocol::DecodeError
source · [−]pub struct DecodeError;
Expand description
An error representing any fault while decoding a message, usually when the buffer is incorrectly sized or otherwise invalid for the decoded message.
Trait Implementations
sourceimpl Debug for DecodeError
impl Debug for DecodeError
Auto Trait Implementations
impl RefUnwindSafe for DecodeError
impl Send for DecodeError
impl Sync for DecodeError
impl Unpin for DecodeError
impl UnwindSafe for DecodeError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more