pub struct SalesTaxArchiveInput {
pub id: String,
}Expand description
Input for archiving a sales tax.
Fields§
§id: StringImplementations§
Trait Implementations§
Source§impl Clone for SalesTaxArchiveInput
impl Clone for SalesTaxArchiveInput
Source§fn clone(&self) -> SalesTaxArchiveInput
fn clone(&self) -> SalesTaxArchiveInput
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 SalesTaxArchiveInput
impl Debug for SalesTaxArchiveInput
Auto Trait Implementations§
impl Freeze for SalesTaxArchiveInput
impl RefUnwindSafe for SalesTaxArchiveInput
impl Send for SalesTaxArchiveInput
impl Sync for SalesTaxArchiveInput
impl Unpin for SalesTaxArchiveInput
impl UnsafeUnpin for SalesTaxArchiveInput
impl UnwindSafe for SalesTaxArchiveInput
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