pub struct ChangeAppUserSettings {
pub manifest_id: String,
pub link_capturing: Option<bool>,
pub display_mode: Option<DisplayMode>,
}Fields§
§manifest_id: String§link_capturing: Option<bool>§display_mode: Option<DisplayMode>Trait Implementations§
Source§impl Clone for ChangeAppUserSettings
impl Clone for ChangeAppUserSettings
Source§fn clone(&self) -> ChangeAppUserSettings
fn clone(&self) -> ChangeAppUserSettings
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 ChangeAppUserSettings
impl Debug for ChangeAppUserSettings
Source§impl<'de> Deserialize<'de> for ChangeAppUserSettings
impl<'de> Deserialize<'de> for ChangeAppUserSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Method for ChangeAppUserSettings
impl Method for ChangeAppUserSettings
const NAME: &'static str = "PWA.changeAppUserSettings"
type ReturnObject = ChangeAppUserSettingsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for ChangeAppUserSettings
impl PartialEq for ChangeAppUserSettings
Source§impl Serialize for ChangeAppUserSettings
impl Serialize for ChangeAppUserSettings
impl StructuralPartialEq for ChangeAppUserSettings
Auto Trait Implementations§
impl Freeze for ChangeAppUserSettings
impl RefUnwindSafe for ChangeAppUserSettings
impl Send for ChangeAppUserSettings
impl Sync for ChangeAppUserSettings
impl Unpin for ChangeAppUserSettings
impl UnwindSafe for ChangeAppUserSettings
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