Enum git2::DiffFormat
[−]
[src]
pub enum DiffFormat {
Patch,
PatchHeader,
Raw,
NameOnly,
NameStatus,
}Possible output formats for diff data
Variants
Patchfull git diff
PatchHeaderjust the headers of the patch
Rawlike git diff --raw
NameOnlylike git diff --name-only
NameStatuslike git diff --name-status
Trait Implementations
impl Copy for DiffFormat[src]
impl Clone for DiffFormat[src]
fn clone(&self) -> DiffFormat[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