Struct git_global::Report[][src]

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

A report containing the results of a git-global subcommand.

Contains overall messages and per-repo messages.

Implementations

Create a new Report for the given Repos..

Declares the desire to separate output when showing per-repo messages.

Sets flag that indicates a blank line should be inserted between messages for different repos when printing per-repo output.

Adds a message that applies to the overall operation.

Adds a message that applies to the given repo.

Writes all result messages to the given writer, as text.

Writes all result messages to the given writer, as JSON.

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.