pub struct WebPagePending {
pub id: i64,
pub url: Option<String>,
pub date: i32,
}Expand description
Generated from:
webPagePending#b0d13e47 flags:# id:long url:flags.0?string date:int = WebPageFields§
§id: i64§url: Option<String>§date: i32Trait Implementations§
Source§impl Clone for WebPagePending
impl Clone for WebPagePending
Source§fn clone(&self) -> WebPagePending
fn clone(&self) -> WebPagePending
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 WebPagePending
impl Debug for WebPagePending
Source§impl Deserializable for WebPagePending
impl Deserializable for WebPagePending
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<WebPagePending> for WebPage
impl From<WebPagePending> for WebPage
Source§fn from(x: WebPagePending) -> Self
fn from(x: WebPagePending) -> Self
Converts to this type from the input type.
Source§impl Identifiable for WebPagePending
impl Identifiable for WebPagePending
Source§const CONSTRUCTOR_ID: u32 = 0xb0d13e47
const CONSTRUCTOR_ID: u32 = 0xb0d13e47
The constructor ID as specified in the TL schema.
Source§impl PartialEq for WebPagePending
impl PartialEq for WebPagePending
Source§impl Serializable for WebPagePending
impl Serializable for WebPagePending
Source§impl TryFrom<WebPage> for WebPagePending
impl TryFrom<WebPage> for WebPagePending
impl StructuralPartialEq for WebPagePending
Auto Trait Implementations§
impl Freeze for WebPagePending
impl RefUnwindSafe for WebPagePending
impl Send for WebPagePending
impl Sync for WebPagePending
impl Unpin for WebPagePending
impl UnsafeUnpin for WebPagePending
impl UnwindSafe for WebPagePending
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