pub struct CustomerId(pub u32);Expand description
Represents the ID for a Customer in QuickBooks reports.
Tuple Fields§
§0: u32Trait 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 moreimpl Copy for CustomerId
Source§impl Debug for CustomerId
impl Debug for CustomerId
Source§impl Display for CustomerId
impl Display for CustomerId
impl Eq for CustomerId
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 ==.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