pub struct MessageActionWebViewDataSentMe {
pub text: String,
pub data: String,
}Expand description
messageActionWebViewDataSentMe
Generated from:
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 Deserializable for MessageActionWebViewDataSentMe
impl Deserializable for MessageActionWebViewDataSentMe
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<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 = 0x47dd8079
const CONSTRUCTOR_ID: u32 = 0x47dd8079
The constructor ID as specified in the TL schema.
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 ==.Source§impl TryFrom<MessageAction> for MessageActionWebViewDataSentMe
impl TryFrom<MessageAction> for MessageActionWebViewDataSentMe
Source§type Error = MessageAction
type Error = MessageAction
The type returned in the event of a conversion error.
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