pub struct GetWebBrowserSettings {
pub hash: i64,
}Expand description
Generated from:
account.getWebBrowserSettings#56655768 hash:long = account.WebBrowserSettingsFields§
§hash: i64Trait Implementations§
Source§impl Clone for GetWebBrowserSettings
impl Clone for GetWebBrowserSettings
Source§fn clone(&self) -> GetWebBrowserSettings
fn clone(&self) -> GetWebBrowserSettings
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetWebBrowserSettings
impl Debug for GetWebBrowserSettings
Source§impl Deserializable for GetWebBrowserSettings
impl Deserializable for GetWebBrowserSettings
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 Identifiable for GetWebBrowserSettings
impl Identifiable for GetWebBrowserSettings
Source§const CONSTRUCTOR_ID: u32 = 0x56655768
const CONSTRUCTOR_ID: u32 = 0x56655768
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetWebBrowserSettings
impl PartialEq for GetWebBrowserSettings
Source§fn eq(&self, other: &GetWebBrowserSettings) -> bool
fn eq(&self, other: &GetWebBrowserSettings) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RemoteCall for GetWebBrowserSettings
impl RemoteCall for GetWebBrowserSettings
Source§type Return = WebBrowserSettings
type Return = WebBrowserSettings
The deserialized response type.
Source§impl Serializable for GetWebBrowserSettings
impl Serializable for GetWebBrowserSettings
impl StructuralPartialEq for GetWebBrowserSettings
Auto Trait Implementations§
impl Freeze for GetWebBrowserSettings
impl RefUnwindSafe for GetWebBrowserSettings
impl Send for GetWebBrowserSettings
impl Sync for GetWebBrowserSettings
impl Unpin for GetWebBrowserSettings
impl UnsafeUnpin for GetWebBrowserSettings
impl UnwindSafe for GetWebBrowserSettings
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