Struct lsm::FileSystemSnapShot [] [src]

pub struct FileSystemSnapShot {
    pub id: String,
    pub name: String,
    pub ts: u64,
    // some fields omitted
}

Fields

Identifier.

Human friendly name.

POSIX time(epoch time) on creation.

Trait Implementations

impl Debug for FileSystemSnapShot
[src]

[src]

Formats the value using the given formatter.

impl Clone for FileSystemSnapShot
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more