Struct schematools::process::patch::PatchApplyOpts
source · pub struct PatchApplyOpts {
pub patch: String,
}
Fields§
§patch: String
Path to apply file
Trait Implementations§
source§impl Clone for PatchApplyOpts
impl Clone for PatchApplyOpts
source§fn clone(&self) -> PatchApplyOpts
fn clone(&self) -> PatchApplyOpts
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more