Struct jujutsu_lib::refs::BranchPushUpdate
source · Fields§
§old_target: Option<CommitId>§new_target: Option<CommitId>Trait Implementations§
source§impl Clone for BranchPushUpdate
impl Clone for BranchPushUpdate
source§fn clone(&self) -> BranchPushUpdate
fn clone(&self) -> BranchPushUpdate
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