pub struct AnswerPreCheckoutQuery { /* private fields */ }
Expand description
Sets the result of a pre-checkout query; for bots only
Implementations§
Trait Implementations§
Source§impl AsRef<AnswerPreCheckoutQuery> for AnswerPreCheckoutQuery
impl AsRef<AnswerPreCheckoutQuery> for AnswerPreCheckoutQuery
Source§fn as_ref(&self) -> &AnswerPreCheckoutQuery
fn as_ref(&self) -> &AnswerPreCheckoutQuery
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for AnswerPreCheckoutQuery
impl Clone for AnswerPreCheckoutQuery
Source§fn clone(&self) -> AnswerPreCheckoutQuery
fn clone(&self) -> AnswerPreCheckoutQuery
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 AnswerPreCheckoutQuery
impl Debug for AnswerPreCheckoutQuery
Source§impl Default for AnswerPreCheckoutQuery
impl Default for AnswerPreCheckoutQuery
Source§fn default() -> AnswerPreCheckoutQuery
fn default() -> AnswerPreCheckoutQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AnswerPreCheckoutQuery
impl<'de> Deserialize<'de> for AnswerPreCheckoutQuery
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 AnswerPreCheckoutQuery
impl RefUnwindSafe for AnswerPreCheckoutQuery
impl Send for AnswerPreCheckoutQuery
impl Sync for AnswerPreCheckoutQuery
impl Unpin for AnswerPreCheckoutQuery
impl UnwindSafe for AnswerPreCheckoutQuery
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