Struct jujutsu_lib::op_store::WorkspaceId
source · pub struct WorkspaceId(_);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 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<WorkspaceId> for WorkspaceId
impl PartialEq<WorkspaceId> for WorkspaceId
source§fn eq(&self, other: &WorkspaceId) -> bool
fn eq(&self, other: &WorkspaceId) -> bool
source§impl PartialOrd<WorkspaceId> for WorkspaceId
impl PartialOrd<WorkspaceId> 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 more