pub struct UpdateWebBrowserException {
pub delete: bool,
pub open_external_browser: Option<bool>,
pub exception: WebDomainException,
}Expand description
Generated from:
updateWebBrowserException#140502d1 flags:# delete:flags.1?true open_external_browser:flags.0?Bool exception:WebDomainException = UpdateFields§
§delete: bool§open_external_browser: Option<bool>§exception: WebDomainExceptionTrait Implementations§
Source§impl Clone for UpdateWebBrowserException
impl Clone for UpdateWebBrowserException
Source§fn clone(&self) -> UpdateWebBrowserException
fn clone(&self) -> UpdateWebBrowserException
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 UpdateWebBrowserException
impl Debug for UpdateWebBrowserException
Source§impl Deserializable for UpdateWebBrowserException
impl Deserializable for UpdateWebBrowserException
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<UpdateWebBrowserException> for Update
impl From<UpdateWebBrowserException> for Update
Source§fn from(x: UpdateWebBrowserException) -> Self
fn from(x: UpdateWebBrowserException) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateWebBrowserException
impl Identifiable for UpdateWebBrowserException
Source§const CONSTRUCTOR_ID: u32 = 0x140502d1
const CONSTRUCTOR_ID: u32 = 0x140502d1
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateWebBrowserException
impl PartialEq for UpdateWebBrowserException
Source§fn eq(&self, other: &UpdateWebBrowserException) -> bool
fn eq(&self, other: &UpdateWebBrowserException) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateWebBrowserException
Auto Trait Implementations§
impl Freeze for UpdateWebBrowserException
impl RefUnwindSafe for UpdateWebBrowserException
impl Send for UpdateWebBrowserException
impl Sync for UpdateWebBrowserException
impl Unpin for UpdateWebBrowserException
impl UnsafeUnpin for UpdateWebBrowserException
impl UnwindSafe for UpdateWebBrowserException
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