pub struct VaccineRecordId(pub Uuid);Expand description
Stable identifier for a vaccine compliance record tied to a pet and proof document.
Tuple Fields§
§0: UuidTrait Implementations§
Source§impl Clone for VaccineRecordId
impl Clone for VaccineRecordId
Source§fn clone(&self) -> VaccineRecordId
fn clone(&self) -> VaccineRecordId
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 VaccineRecordId
impl Debug for VaccineRecordId
Source§impl<'de> Deserialize<'de> for VaccineRecordId
impl<'de> Deserialize<'de> for VaccineRecordId
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 VaccineRecordId
impl Hash for VaccineRecordId
Source§impl Ord for VaccineRecordId
impl Ord for VaccineRecordId
Source§fn cmp(&self, other: &VaccineRecordId) -> Ordering
fn cmp(&self, other: &VaccineRecordId) -> 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 VaccineRecordId
impl PartialEq for VaccineRecordId
Source§impl PartialOrd for VaccineRecordId
impl PartialOrd for VaccineRecordId
Source§impl Serialize for VaccineRecordId
impl Serialize for VaccineRecordId
impl Copy for VaccineRecordId
impl Eq for VaccineRecordId
impl StructuralPartialEq for VaccineRecordId
Auto Trait Implementations§
impl Freeze for VaccineRecordId
impl RefUnwindSafe for VaccineRecordId
impl Send for VaccineRecordId
impl Sync for VaccineRecordId
impl Unpin for VaccineRecordId
impl UnsafeUnpin for VaccineRecordId
impl UnwindSafe for VaccineRecordId
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