pub enum GarbledReason {
Malformed,
InvalidBeginString,
InvalidBodyLength,
InvalidMsgType,
InvalidChecksum,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GarbledReason
impl RefUnwindSafe for GarbledReason
impl Send for GarbledReason
impl Sync for GarbledReason
impl Unpin for GarbledReason
impl UnwindSafe for GarbledReason
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