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 · 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 Display for CustomerId
impl Display for CustomerId
Source§impl PartialEq for CustomerId
impl PartialEq 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 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