Struct git2::Blob [] [src]

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

A structure to represent a git blob

Methods

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

Get the id (SHA1) of a repository blob

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

Get the content of this blob.

Casts this Blob to be usable as an Object

Consumes Blob to be returned as an Object

Trait Implementations

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

A method called when the value goes out of scope. Read more