pub struct UpdateBotWebhookJsonquery {
pub query_id: i64,
pub data: DataJson,
pub timeout: i32,
}Expand description
Generated from:
updateBotWebhookJSONQuery#9b9240a6 query_id:long data:DataJSON timeout:int = UpdateFields§
§query_id: i64§data: DataJson§timeout: i32Trait Implementations§
Source§impl Clone for UpdateBotWebhookJsonquery
impl Clone for UpdateBotWebhookJsonquery
Source§fn clone(&self) -> UpdateBotWebhookJsonquery
fn clone(&self) -> UpdateBotWebhookJsonquery
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 UpdateBotWebhookJsonquery
impl Debug for UpdateBotWebhookJsonquery
Source§impl Deserializable for UpdateBotWebhookJsonquery
impl Deserializable for UpdateBotWebhookJsonquery
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<UpdateBotWebhookJsonquery> for Update
impl From<UpdateBotWebhookJsonquery> for Update
Source§fn from(x: UpdateBotWebhookJsonquery) -> Self
fn from(x: UpdateBotWebhookJsonquery) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateBotWebhookJsonquery
impl Identifiable for UpdateBotWebhookJsonquery
Source§const CONSTRUCTOR_ID: u32 = 0x9b9240a6
const CONSTRUCTOR_ID: u32 = 0x9b9240a6
The constructor ID as specified in the TL schema.
Source§impl TryFrom<Update> for UpdateBotWebhookJsonquery
impl TryFrom<Update> for UpdateBotWebhookJsonquery
impl StructuralPartialEq for UpdateBotWebhookJsonquery
Auto Trait Implementations§
impl Freeze for UpdateBotWebhookJsonquery
impl RefUnwindSafe for UpdateBotWebhookJsonquery
impl Send for UpdateBotWebhookJsonquery
impl Sync for UpdateBotWebhookJsonquery
impl Unpin for UpdateBotWebhookJsonquery
impl UnsafeUnpin for UpdateBotWebhookJsonquery
impl UnwindSafe for UpdateBotWebhookJsonquery
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