pub struct UpdateBotWebhookJson {
pub data: DataJson,
}Expand description
Fields§
§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 Deserializable for UpdateBotWebhookJson
impl Deserializable for UpdateBotWebhookJson
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<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 = 0x8317c0c3
const CONSTRUCTOR_ID: u32 = 0x8317c0c3
The constructor ID as specified in the TL schema.
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