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