Struct rust_tdlib::types::UpdateNewShippingQuery [−][src]
pub struct UpdateNewShippingQuery { /* fields omitted */ }Expand description
A new incoming shipping query; for bots only. Only for invoices with flexible price
Implementations
Trait Implementations
Performs the conversion.
Returns the “default value” for a type. Read more
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 RefUnwindSafe for UpdateNewShippingQueryimpl Send for UpdateNewShippingQueryimpl Sync for UpdateNewShippingQueryimpl Unpin for UpdateNewShippingQueryimpl UnwindSafe for UpdateNewShippingQueryBlanket Implementations
Mutably borrows from an owned value. Read more