pub struct TaxProductResourceTaxTransactionLineItemResourceReversal {
pub original_line_item: String,
}
Fields§
§original_line_item: String
The id
of the line item to reverse in the original transaction.
Trait Implementations§
Source§impl Clone for TaxProductResourceTaxTransactionLineItemResourceReversal
impl Clone for TaxProductResourceTaxTransactionLineItemResourceReversal
Source§fn clone(&self) -> TaxProductResourceTaxTransactionLineItemResourceReversal
fn clone(&self) -> TaxProductResourceTaxTransactionLineItemResourceReversal
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 FromValueOpt for TaxProductResourceTaxTransactionLineItemResourceReversal
impl FromValueOpt for TaxProductResourceTaxTransactionLineItemResourceReversal
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for TaxProductResourceTaxTransactionLineItemResourceReversal
impl RefUnwindSafe for TaxProductResourceTaxTransactionLineItemResourceReversal
impl Send for TaxProductResourceTaxTransactionLineItemResourceReversal
impl Sync for TaxProductResourceTaxTransactionLineItemResourceReversal
impl Unpin for TaxProductResourceTaxTransactionLineItemResourceReversal
impl UnwindSafe for TaxProductResourceTaxTransactionLineItemResourceReversal
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