pub struct BlameCard {
pub sha: String,
pub short_sha: String,
pub author: String,
pub age: String,
pub summary: String,
pub line: usize,
}Expand description
A blame card for one line (0001 pillar 3.3).
Fields§
§sha: String§short_sha: String§age: String§summary: String§line: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for BlameCard
impl RefUnwindSafe for BlameCard
impl Send for BlameCard
impl Sync for BlameCard
impl Unpin for BlameCard
impl UnsafeUnpin for BlameCard
impl UnwindSafe for BlameCard
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