pub struct SetShowGridOverlays {
pub method: SetShowGridOverlaysMethod,
pub params: SetShowGridOverlaysParams,
}Expand description
Highlight multiple elements with the CSS Grid overlay. setShowGridOverlays
Fields§
§method: SetShowGridOverlaysMethod§params: SetShowGridOverlaysParamsImplementations§
Source§impl SetShowGridOverlays
impl SetShowGridOverlays
pub fn builder() -> SetShowGridOverlaysBuilder
Source§impl SetShowGridOverlays
impl SetShowGridOverlays
pub const IDENTIFIER: &'static str = "Overlay.setShowGridOverlays"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for SetShowGridOverlays
impl Clone for SetShowGridOverlays
Source§fn clone(&self) -> SetShowGridOverlays
fn clone(&self) -> SetShowGridOverlays
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 SetShowGridOverlays
impl CommandResult for SetShowGridOverlays
type Result = SetShowGridOverlaysResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for SetShowGridOverlays
impl Debug for SetShowGridOverlays
Source§impl<'de> Deserialize<'de> for SetShowGridOverlays
impl<'de> Deserialize<'de> for SetShowGridOverlays
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<SetShowGridOverlays> for BrowserProtocolCommands
impl From<SetShowGridOverlays> for BrowserProtocolCommands
Source§fn from(v: SetShowGridOverlays) -> Self
fn from(v: SetShowGridOverlays) -> Self
Converts to this type from the input type.
Source§impl From<SetShowGridOverlays> for Command
impl From<SetShowGridOverlays> for Command
Source§fn from(v: SetShowGridOverlays) -> Self
fn from(v: SetShowGridOverlays) -> Self
Converts to this type from the input type.
Source§impl From<SetShowGridOverlays> for OverlayCommands
impl From<SetShowGridOverlays> for OverlayCommands
Source§fn from(v: SetShowGridOverlays) -> Self
fn from(v: SetShowGridOverlays) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetShowGridOverlays
impl PartialEq for SetShowGridOverlays
Source§impl Serialize for SetShowGridOverlays
impl Serialize for SetShowGridOverlays
Source§impl TryFrom<BrowserProtocolCommands> for SetShowGridOverlays
impl TryFrom<BrowserProtocolCommands> for SetShowGridOverlays
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, <SetShowGridOverlays as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <SetShowGridOverlays as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for SetShowGridOverlays
impl TryFrom<Command> for SetShowGridOverlays
Source§impl TryFrom<OverlayCommands> for SetShowGridOverlays
impl TryFrom<OverlayCommands> for SetShowGridOverlays
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, <SetShowGridOverlays as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowGridOverlays as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for SetShowGridOverlays
Auto Trait Implementations§
impl Freeze for SetShowGridOverlays
impl RefUnwindSafe for SetShowGridOverlays
impl Send for SetShowGridOverlays
impl Sync for SetShowGridOverlays
impl Unpin for SetShowGridOverlays
impl UnsafeUnpin for SetShowGridOverlays
impl UnwindSafe for SetShowGridOverlays
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