pub enum DecompressionErrorKind {
UnsupportedFormat,
InvalidCommand,
IndexOutOfBounds,
}Variants§
Trait Implementations§
Source§impl Debug for DecompressionErrorKind
impl Debug for DecompressionErrorKind
Source§impl PartialEq for DecompressionErrorKind
impl PartialEq for DecompressionErrorKind
impl StructuralPartialEq for DecompressionErrorKind
Auto Trait Implementations§
impl Freeze for DecompressionErrorKind
impl RefUnwindSafe for DecompressionErrorKind
impl Send for DecompressionErrorKind
impl Sync for DecompressionErrorKind
impl Unpin for DecompressionErrorKind
impl UnwindSafe for DecompressionErrorKind
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