pub struct DeleteWebBrowserSettingsExceptions {}Expand description
account.deleteWebBrowserSettingsExceptions
Generated from:
account.deleteWebBrowserSettingsExceptions#86a0765d = account.WebBrowserSettingsTrait Implementations§
Source§impl Clone for DeleteWebBrowserSettingsExceptions
impl Clone for DeleteWebBrowserSettingsExceptions
Source§fn clone(&self) -> DeleteWebBrowserSettingsExceptions
fn clone(&self) -> DeleteWebBrowserSettingsExceptions
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 DeleteWebBrowserSettingsExceptions
impl Deserializable for DeleteWebBrowserSettingsExceptions
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 DeleteWebBrowserSettingsExceptions
impl Identifiable for DeleteWebBrowserSettingsExceptions
Source§const CONSTRUCTOR_ID: u32 = 0x86a0765d
const CONSTRUCTOR_ID: u32 = 0x86a0765d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DeleteWebBrowserSettingsExceptions
impl PartialEq for DeleteWebBrowserSettingsExceptions
Source§fn eq(&self, other: &DeleteWebBrowserSettingsExceptions) -> bool
fn eq(&self, other: &DeleteWebBrowserSettingsExceptions) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RemoteCall for DeleteWebBrowserSettingsExceptions
impl RemoteCall for DeleteWebBrowserSettingsExceptions
Source§type Return = WebBrowserSettings
type Return = WebBrowserSettings
The deserialized response type.
impl StructuralPartialEq for DeleteWebBrowserSettingsExceptions
Auto Trait Implementations§
impl Freeze for DeleteWebBrowserSettingsExceptions
impl RefUnwindSafe for DeleteWebBrowserSettingsExceptions
impl Send for DeleteWebBrowserSettingsExceptions
impl Sync for DeleteWebBrowserSettingsExceptions
impl Unpin for DeleteWebBrowserSettingsExceptions
impl UnsafeUnpin for DeleteWebBrowserSettingsExceptions
impl UnwindSafe for DeleteWebBrowserSettingsExceptions
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