pub struct SetShowWindowControlsOverlayParams {
pub window_controls_overlay_config: Option<WindowControlsOverlayConfig>,
}Expand description
Show Window Controls Overlay for PWA setShowWindowControlsOverlay
Fields§
§window_controls_overlay_config: Option<WindowControlsOverlayConfig>Window Controls Overlay data, null means hide Window Controls Overlay
Trait Implementations§
Source§impl Clone for SetShowWindowControlsOverlayParams
impl Clone for SetShowWindowControlsOverlayParams
Source§fn clone(&self) -> SetShowWindowControlsOverlayParams
fn clone(&self) -> SetShowWindowControlsOverlayParams
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 Default for SetShowWindowControlsOverlayParams
impl Default for SetShowWindowControlsOverlayParams
Source§fn default() -> SetShowWindowControlsOverlayParams
fn default() -> SetShowWindowControlsOverlayParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetShowWindowControlsOverlayParams
impl<'de> Deserialize<'de> for SetShowWindowControlsOverlayParams
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 PartialEq for SetShowWindowControlsOverlayParams
impl PartialEq for SetShowWindowControlsOverlayParams
Source§fn eq(&self, other: &SetShowWindowControlsOverlayParams) -> bool
fn eq(&self, other: &SetShowWindowControlsOverlayParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetShowWindowControlsOverlayParams
Auto Trait Implementations§
impl Freeze for SetShowWindowControlsOverlayParams
impl RefUnwindSafe for SetShowWindowControlsOverlayParams
impl Send for SetShowWindowControlsOverlayParams
impl Sync for SetShowWindowControlsOverlayParams
impl Unpin for SetShowWindowControlsOverlayParams
impl UnsafeUnpin for SetShowWindowControlsOverlayParams
impl UnwindSafe for SetShowWindowControlsOverlayParams
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