pub struct Blame<'repo> { /* private fields */ }
Expand description
Opaque structure to hold blame results.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'repo> Freeze for Blame<'repo>
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more