pub enum BodyError {
TooShort,
BadBlob,
}Expand description
Parse error for body decoders.
Variants§
TooShort
Word/parameter block too small for the command.
BadBlob
Password/blob length exceeded the available buffer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BodyError
impl RefUnwindSafe for BodyError
impl Send for BodyError
impl Sync for BodyError
impl Unpin for BodyError
impl UnsafeUnpin for BodyError
impl UnwindSafe for BodyError
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