pub struct HailCompactFileChange {
pub path: String,
pub layer: String,
pub operation: String,
pub lines_added: u64,
pub lines_removed: u64,
}Fields§
§path: String§layer: String§operation: String§lines_added: u64§lines_removed: u64Trait Implementations§
Source§impl Clone for HailCompactFileChange
impl Clone for HailCompactFileChange
Source§fn clone(&self) -> HailCompactFileChange
fn clone(&self) -> HailCompactFileChange
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HailCompactFileChange
impl Debug for HailCompactFileChange
Source§impl PartialEq for HailCompactFileChange
impl PartialEq for HailCompactFileChange
Source§impl Serialize for HailCompactFileChange
impl Serialize for HailCompactFileChange
impl Eq for HailCompactFileChange
impl StructuralPartialEq for HailCompactFileChange
Auto Trait Implementations§
impl Freeze for HailCompactFileChange
impl RefUnwindSafe for HailCompactFileChange
impl Send for HailCompactFileChange
impl Sync for HailCompactFileChange
impl Unpin for HailCompactFileChange
impl UnsafeUnpin for HailCompactFileChange
impl UnwindSafe for HailCompactFileChange
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