Struct rabbitmq_stream_protocol::error::IncompleteError
source · [−]pub struct IncompleteError(pub usize);
Tuple Fields
0: usize
Trait Implementations
sourceimpl Debug for IncompleteError
impl Debug for IncompleteError
sourceimpl From<IncompleteError> for DecodeError
impl From<IncompleteError> for DecodeError
sourcefn from(err: IncompleteError) -> Self
fn from(err: IncompleteError) -> Self
Converts to this type from the input type.
sourceimpl From<IncompleteError> for AmqpDecodeError
impl From<IncompleteError> for AmqpDecodeError
sourcefn from(err: IncompleteError) -> Self
fn from(err: IncompleteError) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for IncompleteError
impl Send for IncompleteError
impl Sync for IncompleteError
impl Unpin for IncompleteError
impl UnwindSafe for IncompleteError
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