Struct git2::Describe [] [src]

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

The result of a describe operation on either an Describe or a Repository.

Methods

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

[src]

Prints this describe result, returning the result as a string.

Trait Implementations

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

[src]

Executes the destructor for this type. Read more