Struct git2::PathspecMatchList [] [src]

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

List of filenames matching a pathspec.

Methods

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

[src]

Returns an iterator over the matching filenames in this list.

[src]

Get a matching filename by position.

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

[src]

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

[src]

Get a matching diff delta by position.

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

[src]

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

[src]

Get an original pathspec string that had no matches.

Trait Implementations

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

[src]

Executes the destructor for this type. Read more