Struct git2::StashApplyOptions [] [src]

pub struct StashApplyOptions<'cb> { /* fields omitted */ }

Stash application options structure

Methods

impl<'cb> StashApplyOptions<'cb>
[src]

[src]

Creates a default set of merge options.

[src]

Set stash application flag to GIT_STASH_APPLY_REINSTATE_INDEX

[src]

Options to use when writing files to the working directory

[src]

Optional callback to notify the consumer of application progress.

Return true to continue processing, or false to abort the stash application.

[src]

Pointer to a raw git_stash_apply_options

Trait Implementations

impl<'cb> Default for StashApplyOptions<'cb>
[src]

[src]

Returns the "default value" for a type. Read more