Struct git2::Revspec[][src]

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

A revspec represents a range of revisions within a repository.

Implementations

Assembles a new revspec from the from/to components.

Access the from range of this revspec.

Access the to range of this revspec.

Returns the intent of the revspec.

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.