Struct conserve::live_tree::Entry [] [src]

pub struct Entry {
    pub apath: Apath,
    pub path: PathBuf,
    pub metadata: Metadata,
}

An entry in a live tree, describing a real file etc on disk.

Fields

Conserve apath, relative to the top-level directory.

Possibly absolute path through which the file can be opened.

stat-like structure including kind, mtime, etc.

Trait Implementations

impl Clone for Entry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Entry for Entry
[src]

[src]

Return apath relative to the top of the tree.

[src]

[src]

Return Unix-format mtime if known.

Target of the symlink, if this is a symlink.

impl Debug for Entry
[src]

[src]

Formats the value using the given formatter.