Struct jj_lib::backend::ConflictId
source · pub struct ConflictId(/* private fields */);
Trait Implementations§
source§impl Clone for ConflictId
impl Clone for ConflictId
source§fn clone(&self) -> ConflictId
fn clone(&self) -> ConflictId
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 ConflictId
impl ContentHash for ConflictId
source§impl Debug for ConflictId
impl Debug for ConflictId
source§impl Hash for ConflictId
impl Hash for ConflictId
source§impl ObjectId for ConflictId
impl ObjectId for ConflictId
source§impl Ord for ConflictId
impl Ord for ConflictId
source§fn cmp(&self, other: &ConflictId) -> Ordering
fn cmp(&self, other: &ConflictId) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ConflictId
impl PartialEq for ConflictId
source§fn eq(&self, other: &ConflictId) -> bool
fn eq(&self, other: &ConflictId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ConflictId
impl PartialOrd for ConflictId
source§fn partial_cmp(&self, other: &ConflictId) -> Option<Ordering>
fn partial_cmp(&self, other: &ConflictId) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for ConflictId
impl StructuralEq for ConflictId
impl StructuralPartialEq for ConflictId
Auto Trait Implementations§
impl RefUnwindSafe for ConflictId
impl Send for ConflictId
impl Sync for ConflictId
impl Unpin for ConflictId
impl UnwindSafe for ConflictId
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