pub struct SetShowContainerQueryOverlays {
pub method: SetShowContainerQueryOverlaysMethod,
pub params: SetShowContainerQueryOverlaysParams,
}Fields§
§method: SetShowContainerQueryOverlaysMethod§params: SetShowContainerQueryOverlaysParamsImplementations§
Source§impl SetShowContainerQueryOverlays
impl SetShowContainerQueryOverlays
pub fn builder() -> SetShowContainerQueryOverlaysBuilder
Source§impl SetShowContainerQueryOverlays
impl SetShowContainerQueryOverlays
pub const IDENTIFIER: &'static str = "Overlay.setShowContainerQueryOverlays"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for SetShowContainerQueryOverlays
impl Clone for SetShowContainerQueryOverlays
Source§fn clone(&self) -> SetShowContainerQueryOverlays
fn clone(&self) -> SetShowContainerQueryOverlays
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 CommandResult for SetShowContainerQueryOverlays
impl CommandResult for SetShowContainerQueryOverlays
type Result = SetShowContainerQueryOverlaysResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl<'de> Deserialize<'de> for SetShowContainerQueryOverlays
impl<'de> Deserialize<'de> for SetShowContainerQueryOverlays
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 From<SetShowContainerQueryOverlays> for BrowserProtocolCommands
impl From<SetShowContainerQueryOverlays> for BrowserProtocolCommands
Source§fn from(v: SetShowContainerQueryOverlays) -> Self
fn from(v: SetShowContainerQueryOverlays) -> Self
Converts to this type from the input type.
Source§impl From<SetShowContainerQueryOverlays> for Command
impl From<SetShowContainerQueryOverlays> for Command
Source§fn from(v: SetShowContainerQueryOverlays) -> Self
fn from(v: SetShowContainerQueryOverlays) -> Self
Converts to this type from the input type.
Source§impl From<SetShowContainerQueryOverlays> for OverlayCommands
impl From<SetShowContainerQueryOverlays> for OverlayCommands
Source§fn from(v: SetShowContainerQueryOverlays) -> Self
fn from(v: SetShowContainerQueryOverlays) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetShowContainerQueryOverlays
impl PartialEq for SetShowContainerQueryOverlays
Source§fn eq(&self, other: &SetShowContainerQueryOverlays) -> bool
fn eq(&self, other: &SetShowContainerQueryOverlays) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<BrowserProtocolCommands> for SetShowContainerQueryOverlays
impl TryFrom<BrowserProtocolCommands> for SetShowContainerQueryOverlays
Source§type Error = BrowserProtocolCommands
type Error = BrowserProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolCommands,
) -> Result<Self, <SetShowContainerQueryOverlays as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <SetShowContainerQueryOverlays as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for SetShowContainerQueryOverlays
impl TryFrom<OverlayCommands> for SetShowContainerQueryOverlays
Source§type Error = OverlayCommands
type Error = OverlayCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: OverlayCommands,
) -> Result<Self, <SetShowContainerQueryOverlays as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowContainerQueryOverlays as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for SetShowContainerQueryOverlays
Auto Trait Implementations§
impl Freeze for SetShowContainerQueryOverlays
impl RefUnwindSafe for SetShowContainerQueryOverlays
impl Send for SetShowContainerQueryOverlays
impl Sync for SetShowContainerQueryOverlays
impl Unpin for SetShowContainerQueryOverlays
impl UnsafeUnpin for SetShowContainerQueryOverlays
impl UnwindSafe for SetShowContainerQueryOverlays
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