pub struct CustomerId(pub Uuid);Expand description
Stable identifier for the customer/account responsible for pets, reservations, messages, and payments.
Tuple Fields§
§0: UuidTrait Implementations§
Source§impl Clone for CustomerId
impl Clone for CustomerId
Source§fn clone(&self) -> CustomerId
fn clone(&self) -> CustomerId
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 CustomerId
impl Debug for CustomerId
Source§impl<'de> Deserialize<'de> for CustomerId
impl<'de> Deserialize<'de> for CustomerId
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 CustomerId
impl Hash for CustomerId
Source§impl Ord for CustomerId
impl Ord for CustomerId
Source§fn cmp(&self, other: &CustomerId) -> Ordering
fn cmp(&self, other: &CustomerId) -> 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 CustomerId
impl PartialEq for CustomerId
Source§impl PartialOrd for CustomerId
impl PartialOrd for CustomerId
Source§impl Serialize for CustomerId
impl Serialize for CustomerId
impl Copy for CustomerId
impl Eq for CustomerId
impl StructuralPartialEq for CustomerId
Auto Trait Implementations§
impl Freeze for CustomerId
impl RefUnwindSafe for CustomerId
impl Send for CustomerId
impl Sync for CustomerId
impl Unpin for CustomerId
impl UnsafeUnpin for CustomerId
impl UnwindSafe for CustomerId
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