pub struct IncompleteError(pub usize);
Tuple Fields§
§0: usize
Trait 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 Freeze for IncompleteError
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