Struct git2::Blob [] [src]

pub struct Blob<'repo> { /* fields omitted */ }

A structure to represent a git blob

Methods

impl<'repo> Blob<'repo>
[src]

[src]

Get the id (SHA1) of a repository blob

[src]

Determine if the blob content is most certainly binary or not.

[src]

Get the content of this blob.

[src]

Casts this Blob to be usable as an Object

[src]

Consumes Blob to be returned as an Object

Trait Implementations

impl<'repo> Drop for Blob<'repo>
[src]

[src]

Executes the destructor for this type. Read more