pub struct UpdateTaxSettingsHeadOffice {
pub address: UpdateTaxSettingsHeadOfficeAddress,
}Expand description
The place where your business is located.
Fields§
§address: UpdateTaxSettingsHeadOfficeAddressThe location of the business for tax purposes.
Implementations§
Source§impl UpdateTaxSettingsHeadOffice
impl UpdateTaxSettingsHeadOffice
pub fn new(address: impl Into<UpdateTaxSettingsHeadOfficeAddress>) -> Self
Trait Implementations§
Source§impl Clone for UpdateTaxSettingsHeadOffice
impl Clone for UpdateTaxSettingsHeadOffice
Source§fn clone(&self) -> UpdateTaxSettingsHeadOffice
fn clone(&self) -> UpdateTaxSettingsHeadOffice
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 UpdateTaxSettingsHeadOffice
impl Debug for UpdateTaxSettingsHeadOffice
Auto Trait Implementations§
impl Freeze for UpdateTaxSettingsHeadOffice
impl RefUnwindSafe for UpdateTaxSettingsHeadOffice
impl Send for UpdateTaxSettingsHeadOffice
impl Sync for UpdateTaxSettingsHeadOffice
impl Unpin for UpdateTaxSettingsHeadOffice
impl UnwindSafe for UpdateTaxSettingsHeadOffice
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