Struct jj_lib::working_copy::CheckoutStats
source · pub struct CheckoutStats {
pub updated_files: u32,
pub added_files: u32,
pub removed_files: u32,
}
Fields§
§updated_files: u32
§added_files: u32
§removed_files: u32
Trait Implementations§
source§impl Clone for CheckoutStats
impl Clone for CheckoutStats
source§fn clone(&self) -> CheckoutStats
fn clone(&self) -> CheckoutStats
Returns a copy 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 CheckoutStats
impl Debug for CheckoutStats
source§impl PartialEq for CheckoutStats
impl PartialEq for CheckoutStats
source§fn eq(&self, other: &CheckoutStats) -> bool
fn eq(&self, other: &CheckoutStats) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CheckoutStats
impl StructuralEq for CheckoutStats
impl StructuralPartialEq for CheckoutStats
Auto Trait Implementations§
impl RefUnwindSafe for CheckoutStats
impl Send for CheckoutStats
impl Sync for CheckoutStats
impl Unpin for CheckoutStats
impl UnwindSafe for CheckoutStats
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