Struct git2::ApplyOptions[][src]

pub struct ApplyOptions<'cb> { /* fields omitted */ }
Expand description

Options to specify when applying a diff

Implementations

Creates a new set of empty options (zeroed).

Don’t actually make changes, just test that the patch applies.

When applying a patch, callback that will be made per hunk.

When applying a patch, callback that will be made per delta (file).

Pointer to a raw git_stash_apply_options

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.