Struct rabbitmq_stream_protocol::error::IncompleteError  
source · pub struct IncompleteError(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
source§impl Debug for IncompleteError
 
impl Debug for IncompleteError
source§impl From<IncompleteError> for AmqpDecodeError
 
impl From<IncompleteError> for AmqpDecodeError
source§fn from(err: IncompleteError) -> Self
 
fn from(err: IncompleteError) -> Self
Converts to this type from the input type.
source§impl From<IncompleteError> for DecodeError
 
impl From<IncompleteError> for DecodeError
source§fn 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§
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