pub struct DepartmentId(pub u32);Expand description
Represents the ID for a Department in QuickBooks reports.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for DepartmentId
impl Clone for DepartmentId
Source§fn clone(&self) -> DepartmentId
fn clone(&self) -> DepartmentId
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 DepartmentId
impl Debug for DepartmentId
Source§impl Display for DepartmentId
impl Display for DepartmentId
Source§impl PartialEq for DepartmentId
impl PartialEq for DepartmentId
impl Copy for DepartmentId
impl Eq for DepartmentId
impl StructuralPartialEq for DepartmentId
Auto Trait Implementations§
impl Freeze for DepartmentId
impl RefUnwindSafe for DepartmentId
impl Send for DepartmentId
impl Sync for DepartmentId
impl Unpin for DepartmentId
impl UnwindSafe for DepartmentId
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