pub struct AnswerWebhookJsonquery {
pub query_id: i64,
pub data: DataJson,
}Expand description
Generated from:
bots.answerWebhookJSONQuery#e6213f4d query_id:long data:DataJSON = BoolFields§
§query_id: i64§data: DataJsonTrait Implementations§
Source§impl Clone for AnswerWebhookJsonquery
impl Clone for AnswerWebhookJsonquery
Source§fn clone(&self) -> AnswerWebhookJsonquery
fn clone(&self) -> AnswerWebhookJsonquery
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 AnswerWebhookJsonquery
impl Debug for AnswerWebhookJsonquery
Source§impl Identifiable for AnswerWebhookJsonquery
impl Identifiable for AnswerWebhookJsonquery
Source§const CONSTRUCTOR_ID: u32 = 0xe6213f4d
const CONSTRUCTOR_ID: u32 = 0xe6213f4d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for AnswerWebhookJsonquery
impl PartialEq for AnswerWebhookJsonquery
Source§impl RemoteCall for AnswerWebhookJsonquery
impl RemoteCall for AnswerWebhookJsonquery
impl StructuralPartialEq for AnswerWebhookJsonquery
Auto Trait Implementations§
impl Freeze for AnswerWebhookJsonquery
impl RefUnwindSafe for AnswerWebhookJsonquery
impl Send for AnswerWebhookJsonquery
impl Sync for AnswerWebhookJsonquery
impl Unpin for AnswerWebhookJsonquery
impl UnsafeUnpin for AnswerWebhookJsonquery
impl UnwindSafe for AnswerWebhookJsonquery
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