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