pub struct ConflictKey(/* private fields */);Expand description
Canonical key for mutually exclusive prompt claims.
Implementations§
Trait Implementations§
Source§impl Clone for ConflictKey
impl Clone for ConflictKey
Source§fn clone(&self) -> ConflictKey
fn clone(&self) -> ConflictKey
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 ConflictKey
impl Debug for ConflictKey
Source§impl<'de> Deserialize<'de> for ConflictKey
impl<'de> Deserialize<'de> for ConflictKey
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 ConflictKey
impl Display for ConflictKey
impl Eq for ConflictKey
Source§impl FromStr for ConflictKey
impl FromStr for ConflictKey
Source§impl Hash for ConflictKey
impl Hash for ConflictKey
Source§impl Ord for ConflictKey
impl Ord for ConflictKey
Source§fn cmp(&self, other: &ConflictKey) -> Ordering
fn cmp(&self, other: &ConflictKey) -> 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 ConflictKey
impl PartialEq for ConflictKey
Source§impl PartialOrd for ConflictKey
impl PartialOrd for ConflictKey
Source§impl Serialize for ConflictKey
impl Serialize for ConflictKey
impl StructuralPartialEq for ConflictKey
Auto Trait Implementations§
impl Freeze for ConflictKey
impl RefUnwindSafe for ConflictKey
impl Send for ConflictKey
impl Sync for ConflictKey
impl Unpin for ConflictKey
impl UnsafeUnpin for ConflictKey
impl UnwindSafe for ConflictKey
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