pub struct ValidateOrderInfo { /* private fields */ }
Expand description
Validates the order information provided by a user and returns the available shipping options for a flexible invoice
Implementations§
Trait Implementations§
Source§impl AsRef<ValidateOrderInfo> for ValidateOrderInfo
impl AsRef<ValidateOrderInfo> for ValidateOrderInfo
Source§fn as_ref(&self) -> &ValidateOrderInfo
fn as_ref(&self) -> &ValidateOrderInfo
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ValidateOrderInfo
impl Clone for ValidateOrderInfo
Source§fn clone(&self) -> ValidateOrderInfo
fn clone(&self) -> ValidateOrderInfo
Returns a copy 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 ValidateOrderInfo
impl Debug for ValidateOrderInfo
Source§impl Default for ValidateOrderInfo
impl Default for ValidateOrderInfo
Source§fn default() -> ValidateOrderInfo
fn default() -> ValidateOrderInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ValidateOrderInfo
impl<'de> Deserialize<'de> for ValidateOrderInfo
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
Auto Trait Implementations§
impl Freeze for ValidateOrderInfo
impl RefUnwindSafe for ValidateOrderInfo
impl Send for ValidateOrderInfo
impl Sync for ValidateOrderInfo
impl Unpin for ValidateOrderInfo
impl UnwindSafe for ValidateOrderInfo
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