Enum git2::DiffFormat [−][src]
pub enum DiffFormat {
Patch,
PatchHeader,
Raw,
NameOnly,
NameStatus,
PatchId,
}
Expand description
Possible output formats for diff data
Variants
full git diff
just the headers of the patch
like git diff –raw
like git diff –name-only
like git diff –name-status
git diff as used by git patch-id
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DiffFormat
impl Send for DiffFormat
impl Sync for DiffFormat
impl Unpin for DiffFormat
impl UnwindSafe for DiffFormat
Blanket Implementations
Mutably borrows from an owned value. Read more