pub struct CollabOpId(/* private fields */);Implementations§
Source§impl CollabOpId
impl CollabOpId
Trait Implementations§
Source§impl Clone for CollabOpId
impl Clone for CollabOpId
Source§fn clone(&self) -> CollabOpId
fn clone(&self) -> CollabOpId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CollabOpId
Source§impl Debug for CollabOpId
impl Debug for CollabOpId
Source§impl<'de> Deserialize<'de> for CollabOpId
impl<'de> Deserialize<'de> for CollabOpId
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for CollabOpId
impl Display for CollabOpId
impl Eq for CollabOpId
Source§impl FromStr for CollabOpId
impl FromStr for CollabOpId
Source§impl Hash for CollabOpId
impl Hash for CollabOpId
Source§impl Ord for CollabOpId
impl Ord for CollabOpId
Source§fn cmp(&self, other: &CollabOpId) -> Ordering
fn cmp(&self, other: &CollabOpId) -> Ordering
1.21.0 (const: unstable) · 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 CollabOpId
impl PartialEq for CollabOpId
Source§impl PartialOrd for CollabOpId
impl PartialOrd for CollabOpId
Source§impl Serialize for CollabOpId
impl Serialize for CollabOpId
impl StructuralPartialEq for CollabOpId
Auto Trait Implementations§
impl Freeze for CollabOpId
impl RefUnwindSafe for CollabOpId
impl Send for CollabOpId
impl Sync for CollabOpId
impl Unpin for CollabOpId
impl UnsafeUnpin for CollabOpId
impl UnwindSafe for CollabOpId
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