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