Struct gitall::Giterator[][src]

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

A builder to define how to search for Git directories.

Implementations

Sets the apex root directory to begin searching. The directory itself will not be considered for inclusion in the final results; only directories within root.

Sets wether or not to follow symbolic links in the directory tree.

Sets the maximum number of directories from root to search. Directories more than depth directories deeper than root will not be found.

Sets the regular expression that must match directory paths.

Sets wether or not to match regex against the full canonicalized directory path.

Trait Implementations

Formats the value using the given formatter. Read more

Creates a default Giterator with the following settings:

  • search the current working directory
  • do not follow symbolic links
  • search usize::MAX directories deep
  • match any directory path

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

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.