Struct git2::Statuses[][src]

pub struct Statuses<'repo> { /* fields omitted */ }
Expand description

A container for a list of status information about a repository.

Each instance appears as if it were a collection, having a length and allowing indexing, as well as providing an iterator.

Implementations

Gets a status entry from this list at the specified index.

Returns None if the index is out of bounds.

Gets the count of status entries in this list.

If there are no changes in status (according to the options given when the status list was created), this should return 0.

Return true if there is no status entry in this list.

Returns an iterator over the statuses in this list.

Trait Implementations

Executes the destructor for this type. 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.