Struct jj_lib::op_store::OperationId
source · pub struct OperationId(/* private fields */);
Trait Implementations§
source§impl Clone for OperationId
impl Clone for OperationId
source§fn clone(&self) -> OperationId
fn clone(&self) -> OperationId
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 OperationId
impl ContentHash for OperationId
source§impl Debug for OperationId
impl Debug for OperationId
source§impl Hash for OperationId
impl Hash for OperationId
source§impl ObjectId for OperationId
impl ObjectId for OperationId
source§impl Ord for OperationId
impl Ord for OperationId
source§fn cmp(&self, other: &OperationId) -> Ordering
fn cmp(&self, other: &OperationId) -> 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 OperationId
impl PartialEq for OperationId
source§fn eq(&self, other: &OperationId) -> bool
fn eq(&self, other: &OperationId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for OperationId
impl PartialOrd for OperationId
source§fn partial_cmp(&self, other: &OperationId) -> Option<Ordering>
fn partial_cmp(&self, other: &OperationId) -> 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 OperationId
impl StructuralEq for OperationId
impl StructuralPartialEq for OperationId
Auto Trait Implementations§
impl RefUnwindSafe for OperationId
impl Send for OperationId
impl Sync for OperationId
impl Unpin for OperationId
impl UnwindSafe for OperationId
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