[go: up one dir, main page]

Struct git2::ReflogEntry

source ·
pub struct ReflogEntry<'reflog> { /* private fields */ }
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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.