Struct git2::ReflogEntry[][src]

pub struct ReflogEntry<'reflog> { /* fields omitted */ }
Expand description

An entry inside the reflog of a repository

Implementations

Get the committer of this entry

Get the new oid

Get the old oid

Get the log message, returning None on invalid UTF-8.

Get the log message as a byte array.

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.