pub enum ZstdError {
CorruptData,
WindowTooLarge,
UnsupportedDictionary,
ChecksumMismatch,
OutputTooLarge,
}Expand description
Error types for zstd operations
Variants§
Trait Implementations§
impl Copy for ZstdError
impl StructuralPartialEq for ZstdError
Auto Trait Implementations§
impl Freeze for ZstdError
impl RefUnwindSafe for ZstdError
impl Send for ZstdError
impl Sync for ZstdError
impl Unpin for ZstdError
impl UnwindSafe for ZstdError
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