pub struct ToggleWebBrowserSettingsException {
pub delete: bool,
pub open_external_browser: Option<bool>,
pub url: String,
}Expand description
account.toggleWebBrowserSettingsException
Generated from:
account.toggleWebBrowserSettingsException#60ed4229 flags:# delete:flags.1?true open_external_browser:flags.0?Bool url:string = UpdatesFields§
§delete: bool§open_external_browser: Option<bool>§url: StringTrait Implementations§
Source§impl Clone for ToggleWebBrowserSettingsException
impl Clone for ToggleWebBrowserSettingsException
Source§fn clone(&self) -> ToggleWebBrowserSettingsException
fn clone(&self) -> ToggleWebBrowserSettingsException
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 Deserializable for ToggleWebBrowserSettingsException
impl Deserializable for ToggleWebBrowserSettingsException
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 ToggleWebBrowserSettingsException
impl Identifiable for ToggleWebBrowserSettingsException
Source§const CONSTRUCTOR_ID: u32 = 0x60ed4229
const CONSTRUCTOR_ID: u32 = 0x60ed4229
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ToggleWebBrowserSettingsException
impl PartialEq for ToggleWebBrowserSettingsException
Source§fn eq(&self, other: &ToggleWebBrowserSettingsException) -> bool
fn eq(&self, other: &ToggleWebBrowserSettingsException) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ToggleWebBrowserSettingsException
Auto Trait Implementations§
impl Freeze for ToggleWebBrowserSettingsException
impl RefUnwindSafe for ToggleWebBrowserSettingsException
impl Send for ToggleWebBrowserSettingsException
impl Sync for ToggleWebBrowserSettingsException
impl Unpin for ToggleWebBrowserSettingsException
impl UnsafeUnpin for ToggleWebBrowserSettingsException
impl UnwindSafe for ToggleWebBrowserSettingsException
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