Struct git2::OdbObject[][src]

pub struct OdbObject<'a> { /* fields omitted */ }

An object from the Object Database.

Methods

impl<'a> OdbObject<'a>
[src]

Get the object type.

Get the object size.

Get the object data.

Get the object id.

Trait Implementations

impl<'a> Drop for OdbObject<'a>
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'a> !Send for OdbObject<'a>

impl<'a> !Sync for OdbObject<'a>