pub struct ExportedMessageLink {
pub link: String,
pub html: String,
}Expand description
Read exportedMessageLink docs.
Generated from the following TL definition:
exportedMessageLink#5dab1af4 link:string html:string = ExportedMessageLinkFields§
§link: String§html: StringTrait Implementations§
Source§impl Clone for ExportedMessageLink
impl Clone for ExportedMessageLink
Source§fn clone(&self) -> ExportedMessageLink
fn clone(&self) -> ExportedMessageLink
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 ExportedMessageLink
impl Debug for ExportedMessageLink
Source§impl Deserializable for ExportedMessageLink
impl Deserializable for ExportedMessageLink
Source§impl From<ExportedMessageLink> for ExportedMessageLink
impl From<ExportedMessageLink> for ExportedMessageLink
Source§fn from(x: ExportedMessageLink) -> Self
fn from(x: ExportedMessageLink) -> Self
Converts to this type from the input type.
Source§impl From<ExportedMessageLink> for ExportedMessageLink
impl From<ExportedMessageLink> for ExportedMessageLink
Source§fn from(x: ExportedMessageLink) -> Self
fn from(x: ExportedMessageLink) -> Self
Converts to this type from the input type.
Source§impl Identifiable for ExportedMessageLink
impl Identifiable for ExportedMessageLink
Source§const CONSTRUCTOR_ID: u32 = 1571494644
const CONSTRUCTOR_ID: u32 = 1571494644
The unique identifier for the type.
Source§impl PartialEq for ExportedMessageLink
impl PartialEq for ExportedMessageLink
Source§impl Serializable for ExportedMessageLink
impl Serializable for ExportedMessageLink
impl StructuralPartialEq for ExportedMessageLink
Auto Trait Implementations§
impl Freeze for ExportedMessageLink
impl RefUnwindSafe for ExportedMessageLink
impl Send for ExportedMessageLink
impl Sync for ExportedMessageLink
impl Unpin for ExportedMessageLink
impl UnsafeUnpin for ExportedMessageLink
impl UnwindSafe for ExportedMessageLink
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