pub struct UpdateBotWebhookJson {
pub data: DataJson,
}Expand description
Read updateBotWebhookJSON docs.
Generated from the following TL definition:
updateBotWebhookJSON#8317c0c3 data:DataJSON = UpdateFields§
§data: DataJsonTrait Implementations§
Source§impl Clone for UpdateBotWebhookJson
impl Clone for UpdateBotWebhookJson
Source§fn clone(&self) -> UpdateBotWebhookJson
fn clone(&self) -> UpdateBotWebhookJson
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 UpdateBotWebhookJson
impl Debug for UpdateBotWebhookJson
Source§impl From<UpdateBotWebhookJson> for Update
impl From<UpdateBotWebhookJson> for Update
Source§fn from(x: UpdateBotWebhookJson) -> Self
fn from(x: UpdateBotWebhookJson) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateBotWebhookJson
impl Identifiable for UpdateBotWebhookJson
Source§const CONSTRUCTOR_ID: u32 = 2199371971
const CONSTRUCTOR_ID: u32 = 2199371971
The unique identifier for the type.
Source§impl PartialEq for UpdateBotWebhookJson
impl PartialEq for UpdateBotWebhookJson
Source§impl Serializable for UpdateBotWebhookJson
impl Serializable for UpdateBotWebhookJson
Source§impl TryFrom<Update> for UpdateBotWebhookJson
impl TryFrom<Update> for UpdateBotWebhookJson
impl StructuralPartialEq for UpdateBotWebhookJson
Auto Trait Implementations§
impl Freeze for UpdateBotWebhookJson
impl RefUnwindSafe for UpdateBotWebhookJson
impl Send for UpdateBotWebhookJson
impl Sync for UpdateBotWebhookJson
impl Unpin for UpdateBotWebhookJson
impl UnsafeUnpin for UpdateBotWebhookJson
impl UnwindSafe for UpdateBotWebhookJson
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