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