pub struct DiffInfo {
pub last_modified: String,
pub days_ago: u64,
pub commit_hash: String,
}Expand description
Git diff summary for a contract.
Fields§
§last_modified: String§days_ago: u64§commit_hash: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for DiffInfo
impl RefUnwindSafe for DiffInfo
impl Send for DiffInfo
impl Sync for DiffInfo
impl Unpin for DiffInfo
impl UnsafeUnpin for DiffInfo
impl UnwindSafe for DiffInfo
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