Struct rust_tdlib::types::ValidateOrderInfo
source · [−]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
sourceimpl AsRef<ValidateOrderInfo> for ValidateOrderInfo
impl AsRef<ValidateOrderInfo> for ValidateOrderInfo
sourcefn as_ref(&self) -> &ValidateOrderInfo
fn as_ref(&self) -> &ValidateOrderInfo
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for ValidateOrderInfo
impl Clone for ValidateOrderInfo
sourcefn clone(&self) -> ValidateOrderInfo
fn clone(&self) -> ValidateOrderInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ValidateOrderInfo
impl Debug for ValidateOrderInfo
sourceimpl Default for ValidateOrderInfo
impl Default for ValidateOrderInfo
sourcefn default() -> ValidateOrderInfo
fn default() -> ValidateOrderInfo
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ValidateOrderInfo
impl<'de> Deserialize<'de> for ValidateOrderInfo
sourcefn 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
sourceimpl Serialize for ValidateOrderInfo
impl Serialize for ValidateOrderInfo
Auto Trait Implementations
impl RefUnwindSafe for ValidateOrderInfo
impl Send for ValidateOrderInfo
impl Sync for ValidateOrderInfo
impl Unpin for ValidateOrderInfo
impl UnwindSafe for ValidateOrderInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more