pub struct SetBotPrecheckoutResults {
pub success: bool,
pub query_id: i64,
pub error: Option<String>,
}Expand description
messages.setBotPrecheckoutResults
Generated from:
messages.setBotPrecheckoutResults#9c2dd95 flags:# success:flags.1?true query_id:long error:flags.0?string = BoolFields§
§success: bool§query_id: i64§error: Option<String>Trait Implementations§
Source§impl Clone for SetBotPrecheckoutResults
impl Clone for SetBotPrecheckoutResults
Source§fn clone(&self) -> SetBotPrecheckoutResults
fn clone(&self) -> SetBotPrecheckoutResults
Returns a duplicate 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 SetBotPrecheckoutResults
impl Debug for SetBotPrecheckoutResults
Source§impl Identifiable for SetBotPrecheckoutResults
impl Identifiable for SetBotPrecheckoutResults
Source§const CONSTRUCTOR_ID: u32 = 0x09c2dd95
const CONSTRUCTOR_ID: u32 = 0x09c2dd95
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SetBotPrecheckoutResults
impl PartialEq for SetBotPrecheckoutResults
impl StructuralPartialEq for SetBotPrecheckoutResults
Auto Trait Implementations§
impl Freeze for SetBotPrecheckoutResults
impl RefUnwindSafe for SetBotPrecheckoutResults
impl Send for SetBotPrecheckoutResults
impl Sync for SetBotPrecheckoutResults
impl Unpin for SetBotPrecheckoutResults
impl UnsafeUnpin for SetBotPrecheckoutResults
impl UnwindSafe for SetBotPrecheckoutResults
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