pub struct SetShowIsolatedElements {
pub method: SetShowIsolatedElementsMethod,
pub params: SetShowIsolatedElementsParams,
}Expand description
Show elements in isolation mode with overlays. setShowIsolatedElements
Fields§
§method: SetShowIsolatedElementsMethod§params: SetShowIsolatedElementsParamsImplementations§
Source§impl SetShowIsolatedElements
impl SetShowIsolatedElements
pub const IDENTIFIER: &'static str = "Overlay.setShowIsolatedElements"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for SetShowIsolatedElements
impl Clone for SetShowIsolatedElements
Source§fn clone(&self) -> SetShowIsolatedElements
fn clone(&self) -> SetShowIsolatedElements
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 SetShowIsolatedElements
impl CommandResult for SetShowIsolatedElements
type Result = SetShowIsolatedElementsResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for SetShowIsolatedElements
impl Debug for SetShowIsolatedElements
Source§impl<'de> Deserialize<'de> for SetShowIsolatedElements
impl<'de> Deserialize<'de> for SetShowIsolatedElements
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<SetShowIsolatedElements> for BrowserProtocolCommands
impl From<SetShowIsolatedElements> for BrowserProtocolCommands
Source§fn from(v: SetShowIsolatedElements) -> Self
fn from(v: SetShowIsolatedElements) -> Self
Converts to this type from the input type.
Source§impl From<SetShowIsolatedElements> for Command
impl From<SetShowIsolatedElements> for Command
Source§fn from(v: SetShowIsolatedElements) -> Self
fn from(v: SetShowIsolatedElements) -> Self
Converts to this type from the input type.
Source§impl From<SetShowIsolatedElements> for OverlayCommands
impl From<SetShowIsolatedElements> for OverlayCommands
Source§fn from(v: SetShowIsolatedElements) -> Self
fn from(v: SetShowIsolatedElements) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetShowIsolatedElements
impl PartialEq for SetShowIsolatedElements
Source§impl Serialize for SetShowIsolatedElements
impl Serialize for SetShowIsolatedElements
Source§impl TryFrom<BrowserProtocolCommands> for SetShowIsolatedElements
impl TryFrom<BrowserProtocolCommands> for SetShowIsolatedElements
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, <SetShowIsolatedElements as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <SetShowIsolatedElements as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for SetShowIsolatedElements
impl TryFrom<Command> for SetShowIsolatedElements
Source§impl TryFrom<OverlayCommands> for SetShowIsolatedElements
impl TryFrom<OverlayCommands> for SetShowIsolatedElements
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, <SetShowIsolatedElements as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowIsolatedElements as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for SetShowIsolatedElements
Auto Trait Implementations§
impl Freeze for SetShowIsolatedElements
impl RefUnwindSafe for SetShowIsolatedElements
impl Send for SetShowIsolatedElements
impl Sync for SetShowIsolatedElements
impl Unpin for SetShowIsolatedElements
impl UnsafeUnpin for SetShowIsolatedElements
impl UnwindSafe for SetShowIsolatedElements
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