pub struct PetId(pub Uuid);Expand description
Stable identifier for a pet whose care, temperament, vaccine, and reservation facts drive safety decisions.
Tuple Fields§
§0: UuidTrait Implementations§
Source§impl<'de> Deserialize<'de> for PetId
impl<'de> Deserialize<'de> for PetId
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 Ord for PetId
impl Ord for PetId
Source§impl PartialOrd for PetId
impl PartialOrd for PetId
impl Copy for PetId
impl Eq for PetId
impl StructuralPartialEq for PetId
Auto Trait Implementations§
impl Freeze for PetId
impl RefUnwindSafe for PetId
impl Send for PetId
impl Sync for PetId
impl Unpin for PetId
impl UnsafeUnpin for PetId
impl UnwindSafe for PetId
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