pub struct GetWebPagePreview {
pub message: String,
pub entities: Option<Vec<MessageEntity>>,
}Expand description
Generated from:
messages.getWebPagePreview#570d6f6f flags:# message:string entities:flags.3?Vector<MessageEntity> = messages.WebPagePreviewFields§
§message: String§entities: Option<Vec<MessageEntity>>Trait Implementations§
Source§impl Clone for GetWebPagePreview
impl Clone for GetWebPagePreview
Source§fn clone(&self) -> GetWebPagePreview
fn clone(&self) -> GetWebPagePreview
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 GetWebPagePreview
impl Debug for GetWebPagePreview
Source§impl Identifiable for GetWebPagePreview
impl Identifiable for GetWebPagePreview
Source§const CONSTRUCTOR_ID: u32 = 0x570d6f6f
const CONSTRUCTOR_ID: u32 = 0x570d6f6f
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetWebPagePreview
impl PartialEq for GetWebPagePreview
Source§impl RemoteCall for GetWebPagePreview
impl RemoteCall for GetWebPagePreview
Source§type Return = WebPagePreview
type Return = WebPagePreview
The deserialized response type.
Source§impl Serializable for GetWebPagePreview
impl Serializable for GetWebPagePreview
impl StructuralPartialEq for GetWebPagePreview
Auto Trait Implementations§
impl Freeze for GetWebPagePreview
impl RefUnwindSafe for GetWebPagePreview
impl Send for GetWebPagePreview
impl Sync for GetWebPagePreview
impl Unpin for GetWebPagePreview
impl UnsafeUnpin for GetWebPagePreview
impl UnwindSafe for GetWebPagePreview
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