pub struct GetWebPage {
pub url: String,
pub hash: i32,
}Expand description
Generated from:
messages.getWebPage#8d9692a3 url:string hash:int = messages.WebPageFields§
§url: String§hash: i32Trait Implementations§
Source§impl Clone for GetWebPage
impl Clone for GetWebPage
Source§fn clone(&self) -> GetWebPage
fn clone(&self) -> GetWebPage
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 GetWebPage
impl Debug for GetWebPage
Source§impl Identifiable for GetWebPage
impl Identifiable for GetWebPage
Source§const CONSTRUCTOR_ID: u32 = 0x8d9692a3
const CONSTRUCTOR_ID: u32 = 0x8d9692a3
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetWebPage
impl PartialEq for GetWebPage
Source§impl RemoteCall for GetWebPage
impl RemoteCall for GetWebPage
Source§impl Serializable for GetWebPage
impl Serializable for GetWebPage
impl StructuralPartialEq for GetWebPage
Auto Trait Implementations§
impl Freeze for GetWebPage
impl RefUnwindSafe for GetWebPage
impl Send for GetWebPage
impl Sync for GetWebPage
impl Unpin for GetWebPage
impl UnsafeUnpin for GetWebPage
impl UnwindSafe for GetWebPage
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