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]

[src]

Formats the value using the given formatter. Read more

impl Clone for StaticEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for StaticEntry

impl Sync for StaticEntry