Enum conserve::index::IndexKind [] [src]

pub enum IndexKind {
    File,
    Dir,
    Symlink,
}

Kind of file that can be stored in the archive.

Variants

Trait Implementations

impl Debug for IndexKind
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for IndexKind
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Decodable for IndexKind
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for IndexKind
[src]

[src]

Serialize a value using an Encoder.