Struct git2::Describe [−][src]
pub struct Describe<'repo> { /* fields omitted */ }Expand description
The result of a describe operation on either an Describe or a
Repository.
pub struct Describe<'repo> { /* fields omitted */ }The result of a describe operation on either an Describe or a
Repository.
impl<'repo> RefUnwindSafe for Describe<'repo>impl<'repo> !Send for Describe<'repo>impl<'repo> !Sync for Describe<'repo>impl<'repo> Unpin for Describe<'repo>impl<'repo> UnwindSafe for Describe<'repo>