Struct dinghy_lib::overlay::Overlay
[−]
[src]
pub struct Overlay {
pub id: String,
pub path: PathBuf,
pub scope: OverlayScope,
}Fields
id: String
path: PathBuf
scope: OverlayScope
Trait Implementations
impl Clone for Overlay[src]
fn clone(&self) -> Overlay[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