Struct git_repository::commit::describe::Resolution
source · [−]Expand description
The result of try_resolve().
Fields
outcome: Outcome<'static>
The outcome of the describe operation.
id: Id<'repo>
The id to describe.
Implementations
Auto Trait Implementations
impl<'repo> !RefUnwindSafe for Resolution<'repo>
impl<'repo> !Send for Resolution<'repo>
impl<'repo> !Sync for Resolution<'repo>
impl<'repo> Unpin for Resolution<'repo>
impl<'repo> !UnwindSafe for Resolution<'repo>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more