pub struct TaxProductResourceTaxTransactionResourceReversal {
pub original_transaction: Option<String>,
}
Fields§
§original_transaction: Option<String>
The id
of the reversed Transaction
object.
Trait Implementations§
Source§impl Clone for TaxProductResourceTaxTransactionResourceReversal
impl Clone for TaxProductResourceTaxTransactionResourceReversal
Source§fn clone(&self) -> TaxProductResourceTaxTransactionResourceReversal
fn clone(&self) -> TaxProductResourceTaxTransactionResourceReversal
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 TaxProductResourceTaxTransactionResourceReversal
impl FromValueOpt for TaxProductResourceTaxTransactionResourceReversal
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for TaxProductResourceTaxTransactionResourceReversal
impl RefUnwindSafe for TaxProductResourceTaxTransactionResourceReversal
impl Send for TaxProductResourceTaxTransactionResourceReversal
impl Sync for TaxProductResourceTaxTransactionResourceReversal
impl Unpin for TaxProductResourceTaxTransactionResourceReversal
impl UnwindSafe for TaxProductResourceTaxTransactionResourceReversal
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