Struct iron_archivist::Entry [] [src]

pub struct Entry {
    pub is_dir: bool,
    pub file_name: String,
    pub modified: String,
}

Directory entry used for rendering

The struct Entry can by converted from Rust's standard DirEntry. It contains only the data needed for the purpose of rendering an directory index.

Fields

Methods

impl Entry
[src]

[src]

Trait Implementations

impl Debug for Entry
[src]

[src]

Formats the value using the given formatter.

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