Struct jujutsu_lib::working_copy::CheckoutStats
source · Fields§
§updated_files: u32§added_files: u32§removed_files: u32Trait 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 more