Struct git2::PathspecMatchList[][src]

pub struct PathspecMatchList<'ps> { /* fields omitted */ }

List of filenames matching a pathspec.

Methods

impl<'ps> PathspecMatchList<'ps>
[src]

Important traits for PathspecEntries<'list>

Returns an iterator over the matching filenames in this list.

Get a matching filename by position.

If this list was generated from a diff, then the return value will always be `None.

Important traits for PathspecDiffEntries<'list>

Returns an iterator over the matching diff entries in this list.

Get a matching diff delta by position.

If the list was not generated from a diff, then the return value will always be None.

Important traits for PathspecFailedEntries<'list>

Returns an iterator over the non-matching entries in this list.

Get an original pathspec string that had no matches.

Trait Implementations

impl<'ps> Drop for PathspecMatchList<'ps>
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'ps> !Send for PathspecMatchList<'ps>

impl<'ps> !Sync for PathspecMatchList<'ps>