Struct rust_tdlib::types::UpdateNewShippingQuery
source · [−]pub struct UpdateNewShippingQuery { /* private fields */ }
Expand description
A new incoming shipping query; for bots only. Only for invoices with flexible price
Implementations
Trait Implementations
sourceimpl AsRef<UpdateNewShippingQuery> for UpdateNewShippingQuery
impl AsRef<UpdateNewShippingQuery> for UpdateNewShippingQuery
sourcefn as_ref(&self) -> &UpdateNewShippingQuery
fn as_ref(&self) -> &UpdateNewShippingQuery
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for UpdateNewShippingQuery
impl Clone for UpdateNewShippingQuery
sourcefn clone(&self) -> UpdateNewShippingQuery
fn clone(&self) -> UpdateNewShippingQuery
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 UpdateNewShippingQuery
impl Debug for UpdateNewShippingQuery
sourceimpl Default for UpdateNewShippingQuery
impl Default for UpdateNewShippingQuery
sourcefn default() -> UpdateNewShippingQuery
fn default() -> UpdateNewShippingQuery
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UpdateNewShippingQuery
impl<'de> Deserialize<'de> for UpdateNewShippingQuery
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 UpdateNewShippingQuery
impl Serialize for UpdateNewShippingQuery
impl TDUpdate for UpdateNewShippingQuery
Auto Trait Implementations
impl RefUnwindSafe for UpdateNewShippingQuery
impl Send for UpdateNewShippingQuery
impl Sync for UpdateNewShippingQuery
impl Unpin for UpdateNewShippingQuery
impl UnwindSafe for UpdateNewShippingQuery
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