pub struct SorOrderTestResponseResult {
pub standard_commission_for_order: Option<Box<OrderTestResponseResultStandardCommissionForOrder>>,
pub tax_commission_for_order: Option<Box<OrderTestResponseResultStandardCommissionForOrder>>,
pub discount: Option<Box<OrderTestResponseResultDiscount>>,
}Fields§
§standard_commission_for_order: Option<Box<OrderTestResponseResultStandardCommissionForOrder>>§tax_commission_for_order: Option<Box<OrderTestResponseResultStandardCommissionForOrder>>§discount: Option<Box<OrderTestResponseResultDiscount>>Implementations§
Source§impl SorOrderTestResponseResult
impl SorOrderTestResponseResult
pub fn new() -> SorOrderTestResponseResult
Trait Implementations§
Source§impl Clone for SorOrderTestResponseResult
impl Clone for SorOrderTestResponseResult
Source§fn clone(&self) -> SorOrderTestResponseResult
fn clone(&self) -> SorOrderTestResponseResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SorOrderTestResponseResult
impl Debug for SorOrderTestResponseResult
Source§impl Default for SorOrderTestResponseResult
impl Default for SorOrderTestResponseResult
Source§fn default() -> SorOrderTestResponseResult
fn default() -> SorOrderTestResponseResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SorOrderTestResponseResult
impl<'de> Deserialize<'de> for SorOrderTestResponseResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SorOrderTestResponseResult
impl PartialEq for SorOrderTestResponseResult
Source§fn eq(&self, other: &SorOrderTestResponseResult) -> bool
fn eq(&self, other: &SorOrderTestResponseResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SorOrderTestResponseResult
Auto Trait Implementations§
impl Freeze for SorOrderTestResponseResult
impl RefUnwindSafe for SorOrderTestResponseResult
impl Send for SorOrderTestResponseResult
impl Sync for SorOrderTestResponseResult
impl Unpin for SorOrderTestResponseResult
impl UnsafeUnpin for SorOrderTestResponseResult
impl UnwindSafe for SorOrderTestResponseResult
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