pub enum SnappyError {
None,
EncodeTooLarge,
DecodeTooLarge,
DstTooSmall,
Corrupt,
Unsupported,
UnsupportedLiteralLength,
}Variants§
Trait Implementations§
Source§impl Debug for SnappyError
impl Debug for SnappyError
Auto Trait Implementations§
impl Freeze for SnappyError
impl RefUnwindSafe for SnappyError
impl Send for SnappyError
impl Sync for SnappyError
impl Unpin for SnappyError
impl UnsafeUnpin for SnappyError
impl UnwindSafe for SnappyError
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