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