pub struct UpdateWebViewResultSent {
pub query_id: i64,
}Expand description
Fields§
§query_id: i64Trait Implementations§
Source§impl Clone for UpdateWebViewResultSent
impl Clone for UpdateWebViewResultSent
Source§fn clone(&self) -> UpdateWebViewResultSent
fn clone(&self) -> UpdateWebViewResultSent
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 UpdateWebViewResultSent
impl Debug for UpdateWebViewResultSent
Source§impl Deserializable for UpdateWebViewResultSent
impl Deserializable for UpdateWebViewResultSent
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<UpdateWebViewResultSent> for Update
impl From<UpdateWebViewResultSent> for Update
Source§fn from(x: UpdateWebViewResultSent) -> Self
fn from(x: UpdateWebViewResultSent) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateWebViewResultSent
impl Identifiable for UpdateWebViewResultSent
Source§const CONSTRUCTOR_ID: u32 = 0x1592b79d
const CONSTRUCTOR_ID: u32 = 0x1592b79d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateWebViewResultSent
impl PartialEq for UpdateWebViewResultSent
Source§impl TryFrom<Update> for UpdateWebViewResultSent
impl TryFrom<Update> for UpdateWebViewResultSent
impl StructuralPartialEq for UpdateWebViewResultSent
Auto Trait Implementations§
impl Freeze for UpdateWebViewResultSent
impl RefUnwindSafe for UpdateWebViewResultSent
impl Send for UpdateWebViewResultSent
impl Sync for UpdateWebViewResultSent
impl Unpin for UpdateWebViewResultSent
impl UnsafeUnpin for UpdateWebViewResultSent
impl UnwindSafe for UpdateWebViewResultSent
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