pub struct Blame<'repo> { /* private fields */ }
Expand description
Opaque structure to hold blame results.
Implementations
sourceimpl<'repo> Blame<'repo>
impl<'repo> Blame<'repo>
Trait Implementations
Auto Trait Implementations
impl<'repo> RefUnwindSafe for Blame<'repo>
impl<'repo> !Send for Blame<'repo>
impl<'repo> !Sync for Blame<'repo>
impl<'repo> Unpin for Blame<'repo>
impl<'repo> UnwindSafe for Blame<'repo>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more