Enum conserve::Kind [] [src]

pub enum Kind {
    File,
    Dir,
    Symlink,
    Unknown,
}

Kind of file that can be stored in the archive.

Variants

Unknown file observed in local tree. Shouldn't be stored.

Trait Implementations

impl Clone for Kind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Kind
[src]

impl Debug for Kind
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Kind
[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 Kind
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for Kind
[src]

[src]

Serialize a value using an Encoder.