pub struct MinimumOrderValueTable {
pub store_code_set_with_movs: Option<Vec<MinimumOrderValueTableStoreCodeSetWithMov>>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§store_code_set_with_movs: Option<Vec<MinimumOrderValueTableStoreCodeSetWithMov>>no description provided
Trait Implementations§
Source§impl Clone for MinimumOrderValueTable
impl Clone for MinimumOrderValueTable
Source§fn clone(&self) -> MinimumOrderValueTable
fn clone(&self) -> MinimumOrderValueTable
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 MinimumOrderValueTable
impl Debug for MinimumOrderValueTable
Source§impl Default for MinimumOrderValueTable
impl Default for MinimumOrderValueTable
Source§fn default() -> MinimumOrderValueTable
fn default() -> MinimumOrderValueTable
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MinimumOrderValueTable
impl<'de> Deserialize<'de> for MinimumOrderValueTable
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 Serialize for MinimumOrderValueTable
impl Serialize for MinimumOrderValueTable
impl Part for MinimumOrderValueTable
Auto Trait Implementations§
impl Freeze for MinimumOrderValueTable
impl RefUnwindSafe for MinimumOrderValueTable
impl Send for MinimumOrderValueTable
impl Sync for MinimumOrderValueTable
impl Unpin for MinimumOrderValueTable
impl UnwindSafe for MinimumOrderValueTable
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