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