Struct git2::OdbObject [] [src]

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

An object from the Object Database.

Methods

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

[src]

Get the object type.

[src]

Get the object size.

[src]

Get the object data.

Trait Implementations

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

[src]

Executes the destructor for this type. Read more