pub struct MessageActionWebViewDataSentMe {
pub text: String,
pub data: String,
}Expand description
Read messageActionWebViewDataSentMe docs.
Generated from the following TL definition:
messageActionWebViewDataSentMe#47dd8079 text:string data:string = MessageActionFields§
§text: String§data: StringTrait Implementations§
Source§impl Clone for MessageActionWebViewDataSentMe
impl Clone for MessageActionWebViewDataSentMe
Source§fn clone(&self) -> MessageActionWebViewDataSentMe
fn clone(&self) -> MessageActionWebViewDataSentMe
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 From<MessageActionWebViewDataSentMe> for MessageAction
impl From<MessageActionWebViewDataSentMe> for MessageAction
Source§fn from(x: MessageActionWebViewDataSentMe) -> Self
fn from(x: MessageActionWebViewDataSentMe) -> Self
Converts to this type from the input type.
Source§impl Identifiable for MessageActionWebViewDataSentMe
impl Identifiable for MessageActionWebViewDataSentMe
Source§const CONSTRUCTOR_ID: u32 = 1205698681
const CONSTRUCTOR_ID: u32 = 1205698681
The unique identifier for the type.
Source§impl PartialEq for MessageActionWebViewDataSentMe
impl PartialEq for MessageActionWebViewDataSentMe
Source§fn eq(&self, other: &MessageActionWebViewDataSentMe) -> bool
fn eq(&self, other: &MessageActionWebViewDataSentMe) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MessageActionWebViewDataSentMe
Auto Trait Implementations§
impl Freeze for MessageActionWebViewDataSentMe
impl RefUnwindSafe for MessageActionWebViewDataSentMe
impl Send for MessageActionWebViewDataSentMe
impl Sync for MessageActionWebViewDataSentMe
impl Unpin for MessageActionWebViewDataSentMe
impl UnsafeUnpin for MessageActionWebViewDataSentMe
impl UnwindSafe for MessageActionWebViewDataSentMe
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