Struct gazetta_core::model::StaticEntry [] [src]

pub struct StaticEntry {
    pub name: String,
    pub source: PathBuf,
}

A static entry.

Represents a static file/directory to be deployed.

Fields

Trait Implementations

impl Debug for StaticEntry
[src]

Formats the value using the given formatter.

impl Clone for StaticEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more