Struct jj_lib::rewrite::RebasedDescendant
source · pub struct RebasedDescendant {
pub old_commit: Commit,
pub new_commit: Commit,
}
Fields§
§old_commit: Commit
§new_commit: Commit
Trait Implementations§
source§impl Clone for RebasedDescendant
impl Clone for RebasedDescendant
source§fn clone(&self) -> RebasedDescendant
fn clone(&self) -> RebasedDescendant
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 RebasedDescendant
impl Debug for RebasedDescendant
source§impl PartialEq for RebasedDescendant
impl PartialEq for RebasedDescendant
source§fn eq(&self, other: &RebasedDescendant) -> bool
fn eq(&self, other: &RebasedDescendant) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RebasedDescendant
impl StructuralEq for RebasedDescendant
impl StructuralPartialEq for RebasedDescendant
Auto Trait Implementations§
impl !RefUnwindSafe for RebasedDescendant
impl Send for RebasedDescendant
impl Sync for RebasedDescendant
impl Unpin for RebasedDescendant
impl !UnwindSafe for RebasedDescendant
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more