pub struct SetShowPaintRects {
pub method: SetShowPaintRectsMethod,
pub params: SetShowPaintRectsParams,
}Expand description
Requests that backend shows paint rectangles setShowPaintRects
Fields§
§method: SetShowPaintRectsMethod§params: SetShowPaintRectsParamsImplementations§
Source§impl SetShowPaintRects
impl SetShowPaintRects
pub fn builder() -> SetShowPaintRectsBuilder
Source§impl SetShowPaintRects
impl SetShowPaintRects
pub const IDENTIFIER: &'static str = "Overlay.setShowPaintRects"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for SetShowPaintRects
impl Clone for SetShowPaintRects
Source§fn clone(&self) -> SetShowPaintRects
fn clone(&self) -> SetShowPaintRects
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 SetShowPaintRects
impl CommandResult for SetShowPaintRects
type Result = SetShowPaintRectsResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for SetShowPaintRects
impl Debug for SetShowPaintRects
Source§impl<'de> Deserialize<'de> for SetShowPaintRects
impl<'de> Deserialize<'de> for SetShowPaintRects
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<SetShowPaintRects> for BrowserProtocolCommands
impl From<SetShowPaintRects> for BrowserProtocolCommands
Source§fn from(v: SetShowPaintRects) -> Self
fn from(v: SetShowPaintRects) -> Self
Converts to this type from the input type.
Source§impl From<SetShowPaintRects> for Command
impl From<SetShowPaintRects> for Command
Source§fn from(v: SetShowPaintRects) -> Self
fn from(v: SetShowPaintRects) -> Self
Converts to this type from the input type.
Source§impl From<SetShowPaintRects> for OverlayCommands
impl From<SetShowPaintRects> for OverlayCommands
Source§fn from(v: SetShowPaintRects) -> Self
fn from(v: SetShowPaintRects) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetShowPaintRects
impl PartialEq for SetShowPaintRects
Source§impl Serialize for SetShowPaintRects
impl Serialize for SetShowPaintRects
Source§impl TryFrom<BrowserProtocolCommands> for SetShowPaintRects
impl TryFrom<BrowserProtocolCommands> for SetShowPaintRects
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, <SetShowPaintRects as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <SetShowPaintRects as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for SetShowPaintRects
impl TryFrom<Command> for SetShowPaintRects
Source§impl TryFrom<OverlayCommands> for SetShowPaintRects
impl TryFrom<OverlayCommands> for SetShowPaintRects
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, <SetShowPaintRects as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowPaintRects as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for SetShowPaintRects
Auto Trait Implementations§
impl Freeze for SetShowPaintRects
impl RefUnwindSafe for SetShowPaintRects
impl Send for SetShowPaintRects
impl Sync for SetShowPaintRects
impl Unpin for SetShowPaintRects
impl UnsafeUnpin for SetShowPaintRects
impl UnwindSafe for SetShowPaintRects
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