pub struct CustomerId { /* private fields */ }Implementations§
Trait 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 (const: unstable) · 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 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 (const: unstable) · 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§fn eq(&self, other: &CustomerId) -> bool
fn eq(&self, other: &CustomerId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CustomerId
impl PartialOrd 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