Struct git_repository::easy::reference::Logs[][src]

pub struct Logs<'repo, A: 'repo, R> where
    R: Borrow<Reference<'repo, A>>, 
{ /* fields omitted */ }
Expand description

A platform to obtain iterators over reference logs.

Implementations

Return a reverse iterator over reference logs, most recent to oldest.

This is a typical and efficient way of accessing logs as one is interested in the most recent ones first.

Return an iterator over reference logs, from oldest to newest.

The iterator is optimized for rewriting the processing or rewriting the entire log. For accessing only the most recent entries, see iter_rev().

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 alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.