pub struct IncidentId(pub Uuid);Expand description
Stable identifier for a pet, customer, or operational incident requiring evidence and follow-up.
Tuple Fields§
§0: UuidTrait Implementations§
Source§impl Clone for IncidentId
impl Clone for IncidentId
Source§fn clone(&self) -> IncidentId
fn clone(&self) -> IncidentId
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 Debug for IncidentId
impl Debug for IncidentId
Source§impl<'de> Deserialize<'de> for IncidentId
impl<'de> Deserialize<'de> for IncidentId
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 Hash for IncidentId
impl Hash for IncidentId
Source§impl Ord for IncidentId
impl Ord for IncidentId
Source§fn cmp(&self, other: &IncidentId) -> Ordering
fn cmp(&self, other: &IncidentId) -> 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 for IncidentId
impl PartialEq for IncidentId
Source§impl PartialOrd for IncidentId
impl PartialOrd for IncidentId
Source§impl Serialize for IncidentId
impl Serialize for IncidentId
impl Copy for IncidentId
impl Eq for IncidentId
impl StructuralPartialEq for IncidentId
Auto Trait Implementations§
impl Freeze for IncidentId
impl RefUnwindSafe for IncidentId
impl Send for IncidentId
impl Sync for IncidentId
impl Unpin for IncidentId
impl UnsafeUnpin for IncidentId
impl UnwindSafe for IncidentId
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