Struct git2::WorktreePruneOptions[][src]

pub struct WorktreePruneOptions { /* fields omitted */ }
Expand description

Options to configure how worktree pruning is performed

Implementations

Creates a default set of pruning options

By defaults this will prune only worktrees that are no longer valid unlocked and not checked out

Controls whether valid (still existing on the filesystem) worktrees will be pruned

Defaults to false

Controls whether locked worktrees will be pruned

Defaults to false

Controls whether the actual working tree on the fs is recursively removed

Defaults to false

Get a set of raw prune options to be used with git_worktree_prune

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.