pub struct GetGwApiV1TaxDocumentsAvailableRequestQuery {
pub account_id: String,
pub year: i32,
}Fields§
§account_id: StringSpecifies the account id to retrieve information
- Example:
"UXXXX".to_string()
year: i32Specifies the tax year to retrieve information
- Example:
2_024i32
Trait Implementations§
Source§impl Clone for GetGwApiV1TaxDocumentsAvailableRequestQuery
impl Clone for GetGwApiV1TaxDocumentsAvailableRequestQuery
Source§fn clone(&self) -> GetGwApiV1TaxDocumentsAvailableRequestQuery
fn clone(&self) -> GetGwApiV1TaxDocumentsAvailableRequestQuery
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 PartialEq for GetGwApiV1TaxDocumentsAvailableRequestQuery
impl PartialEq for GetGwApiV1TaxDocumentsAvailableRequestQuery
Source§fn eq(&self, other: &GetGwApiV1TaxDocumentsAvailableRequestQuery) -> bool
fn eq(&self, other: &GetGwApiV1TaxDocumentsAvailableRequestQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1TaxDocumentsAvailableRequestQuery
impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1TaxDocumentsAvailableRequestQuery
impl StructuralPartialEq for GetGwApiV1TaxDocumentsAvailableRequestQuery
Auto Trait Implementations§
impl Freeze for GetGwApiV1TaxDocumentsAvailableRequestQuery
impl RefUnwindSafe for GetGwApiV1TaxDocumentsAvailableRequestQuery
impl Send for GetGwApiV1TaxDocumentsAvailableRequestQuery
impl Sync for GetGwApiV1TaxDocumentsAvailableRequestQuery
impl Unpin for GetGwApiV1TaxDocumentsAvailableRequestQuery
impl UnsafeUnpin for GetGwApiV1TaxDocumentsAvailableRequestQuery
impl UnwindSafe for GetGwApiV1TaxDocumentsAvailableRequestQuery
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