pub struct ConflictId(Uuid);Expand description
Type-safe ID for conflict entities.
Tuple Fields§
§0: UuidTrait 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ComposeSchema for ConflictId
impl ComposeSchema for ConflictId
Source§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 EntityIdType for ConflictId
impl EntityIdType for ConflictId
Source§const ENTITY_NAME: &'static str = "conflict"
const ENTITY_NAME: &'static str = "conflict"
The name of the entity type (e.g., “tenant”, “trajectory”).
Source§impl FromStr for ConflictId
impl FromStr for ConflictId
Source§impl Hash for ConflictId
impl Hash for ConflictId
Source§impl PartialEq for ConflictId
impl PartialEq for ConflictId
Source§impl Serialize for ConflictId
impl Serialize for ConflictId
Source§impl ToSchema for ConflictId
impl ToSchema 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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.