Struct git2::DiffBinary[][src]

pub struct DiffBinary<'a> { /* fields omitted */ }
Expand description

Structure describing the binary contents of a diff.

Implementations

Returns whether there is data in this binary structure or not.

If this is true, then this was produced and included binary content. If this is false then this was generated knowing only that a binary file changed but without providing the data, probably from a patch that said Binary files a/file.txt and b/file.txt differ.

The contents of the old file.

The contents of the new file.

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.