Struct git_object::commit::ExtraHeaders[][src]

pub struct ExtraHeaders<I> { /* fields omitted */ }
Expand description

An iterator over extra headers in owned and borrowed commits.

Implementations

Instantiation and convenience.

Create a new instance from an iterator over tuples of (name, value) pairs.

Find the value of the first header with the given name.

Return an iterator over all values of headers with the given name.

Return an iterator over all git mergetags.

A merge tag is a tag object embedded within the respective header field of a commit, making it a child object of sorts.

Return the cryptographic signature provided by gpg/pgp verbatim.

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.