pub struct ConflictId(/* private fields */);Expand description
Stable ULID identifier for a conflict object.
Implementations§
Trait Implementations§
Source§impl Clone for ConflictId
impl Clone for ConflictId
Source§fn clone(&self) -> ConflictId
fn clone(&self) -> ConflictId
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 moreSource§impl Debug for ConflictId
impl Debug for ConflictId
Source§impl Default for ConflictId
impl Default for ConflictId
Source§impl<'de> Deserialize<'de> for ConflictId
impl<'de> Deserialize<'de> for ConflictId
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 ConflictId
impl Display for ConflictId
Source§impl Hash for ConflictId
impl Hash for ConflictId
Source§impl PartialEq for ConflictId
impl PartialEq for ConflictId
Source§fn eq(&self, other: &ConflictId) -> bool
fn eq(&self, other: &ConflictId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ConflictId
impl Serialize for ConflictId
impl Copy for ConflictId
impl Eq for ConflictId
impl StructuralPartialEq for ConflictId
Auto Trait Implementations§
impl Freeze for ConflictId
impl RefUnwindSafe for ConflictId
impl Send for ConflictId
impl Sync for ConflictId
impl Unpin for ConflictId
impl UnsafeUnpin 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