Struct git2::DescribeFormatOptions[][src]

pub struct DescribeFormatOptions { /* fields omitted */ }
Expand description

Options which can be used to customize how a description is formatted.

Implementations

Creates a new blank set of formatting options for a description.

Sets the size of the abbreviated commit id to use.

The value is the lower bound for the length of the abbreviated string, and the default is 7.

Sets whether or not the long format is used even when a shorter name could be used.

If the workdir is dirty and this is set, this string will be appended to the description string.

Trait Implementations

Returns the “default value” for a type. Read more

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.