Enum lzf::LzfError
[-] [+]
[src]
pub enum LzfError { BufferTooSmall, DataCorrupted, NoCompressionPossible, UnknownError(i32), }
Variants
BufferTooSmall | |
DataCorrupted | |
NoCompressionPossible | |
UnknownError |
pub enum LzfError { BufferTooSmall, DataCorrupted, NoCompressionPossible, UnknownError(i32), }
BufferTooSmall | |
DataCorrupted | |
NoCompressionPossible | |
UnknownError |
impl Display for LzfError
impl Copy for LzfError
impl Debug for LzfError
impl Clone for LzfError
fn clone(&self) -> LzfError
fn clone_from(&mut self, source: &Self)
impl Eq for LzfError
fn assert_receiver_is_total_eq(&self)
impl PartialEq for LzfError
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).