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
name: String
source: PathBuf
Trait Implementations
impl Debug for StaticEntry
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for StaticEntry
[src]
fn clone(&self) -> StaticEntry
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more