Enum snappy_framed::read::CrcMode [] [src]

pub enum CrcMode {
    Verify,
    Ignore,
}

Should we verify or ignore the CRC when reading?

Variants

Verify that the CRC values in the stream are correct.

Ignore the CRC values.

Trait Implementations

impl Debug for CrcMode
[src]

Formats the value using the given formatter.

impl PartialEq for CrcMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for CrcMode
[src]