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