pub struct SendWebViewData {
pub bot: InputUser,
pub random_id: i64,
pub button_text: String,
pub data: String,
}Expand description
Generated from:
messages.sendWebViewData#dc0242c8 bot:InputUser random_id:long button_text:string data:string = UpdatesFields§
§bot: InputUser§random_id: i64§data: StringTrait Implementations§
Source§impl Clone for SendWebViewData
impl Clone for SendWebViewData
Source§fn clone(&self) -> SendWebViewData
fn clone(&self) -> SendWebViewData
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 SendWebViewData
impl Debug for SendWebViewData
Source§impl Identifiable for SendWebViewData
impl Identifiable for SendWebViewData
Source§const CONSTRUCTOR_ID: u32 = 0xdc0242c8
const CONSTRUCTOR_ID: u32 = 0xdc0242c8
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SendWebViewData
impl PartialEq for SendWebViewData
Source§impl RemoteCall for SendWebViewData
impl RemoteCall for SendWebViewData
Source§impl Serializable for SendWebViewData
impl Serializable for SendWebViewData
impl StructuralPartialEq for SendWebViewData
Auto Trait Implementations§
impl Freeze for SendWebViewData
impl RefUnwindSafe for SendWebViewData
impl Send for SendWebViewData
impl Sync for SendWebViewData
impl Unpin for SendWebViewData
impl UnsafeUnpin for SendWebViewData
impl UnwindSafe for SendWebViewData
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