pub enum OverlayCommands {
Show 27 variants
Disable(Disable),
Enable(Enable),
GetHighlightObjectForTest(GetHighlightObjectForTest),
GetGridHighlightObjectsForTest(GetGridHighlightObjectsForTest),
GetSourceOrderHighlightObjectForTest(GetSourceOrderHighlightObjectForTest),
HideHighlight(HideHighlight),
HighlightNode(HighlightNode),
HighlightQuad(HighlightQuad),
HighlightRect(HighlightRect),
HighlightSourceOrder(HighlightSourceOrder),
SetInspectMode(SetInspectMode),
SetShowAdHighlights(SetShowAdHighlights),
SetPausedInDebuggerMessage(SetPausedInDebuggerMessage),
SetShowDebugBorders(SetShowDebugBorders),
SetShowFpsCounter(SetShowFpsCounter),
SetShowGridOverlays(SetShowGridOverlays),
SetShowFlexOverlays(SetShowFlexOverlays),
SetShowScrollSnapOverlays(SetShowScrollSnapOverlays),
SetShowContainerQueryOverlays(SetShowContainerQueryOverlays),
SetShowInspectedElementAnchor(SetShowInspectedElementAnchor),
SetShowPaintRects(SetShowPaintRects),
SetShowLayoutShiftRegions(SetShowLayoutShiftRegions),
SetShowScrollBottleneckRects(SetShowScrollBottleneckRects),
SetShowViewportSizeOnResize(SetShowViewportSizeOnResize),
SetShowHinge(SetShowHinge),
SetShowIsolatedElements(SetShowIsolatedElements),
SetShowWindowControlsOverlay(SetShowWindowControlsOverlay),
}Variants§
Disable(Disable)
Enable(Enable)
GetHighlightObjectForTest(GetHighlightObjectForTest)
GetGridHighlightObjectsForTest(GetGridHighlightObjectsForTest)
GetSourceOrderHighlightObjectForTest(GetSourceOrderHighlightObjectForTest)
HideHighlight(HideHighlight)
HighlightNode(HighlightNode)
HighlightQuad(HighlightQuad)
HighlightRect(HighlightRect)
HighlightSourceOrder(HighlightSourceOrder)
SetInspectMode(SetInspectMode)
SetShowAdHighlights(SetShowAdHighlights)
SetPausedInDebuggerMessage(SetPausedInDebuggerMessage)
SetShowDebugBorders(SetShowDebugBorders)
SetShowFpsCounter(SetShowFpsCounter)
SetShowGridOverlays(SetShowGridOverlays)
SetShowFlexOverlays(SetShowFlexOverlays)
SetShowScrollSnapOverlays(SetShowScrollSnapOverlays)
SetShowContainerQueryOverlays(SetShowContainerQueryOverlays)
SetShowInspectedElementAnchor(SetShowInspectedElementAnchor)
SetShowPaintRects(SetShowPaintRects)
SetShowLayoutShiftRegions(SetShowLayoutShiftRegions)
SetShowScrollBottleneckRects(SetShowScrollBottleneckRects)
SetShowViewportSizeOnResize(SetShowViewportSizeOnResize)
SetShowHinge(SetShowHinge)
SetShowIsolatedElements(SetShowIsolatedElements)
SetShowWindowControlsOverlay(SetShowWindowControlsOverlay)
Implementations§
Source§impl OverlayCommands
impl OverlayCommands
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for OverlayCommands
impl Clone for OverlayCommands
Source§fn clone(&self) -> OverlayCommands
fn clone(&self) -> OverlayCommands
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 Debug for OverlayCommands
impl Debug for OverlayCommands
Source§impl<'de> Deserialize<'de> for OverlayCommands
impl<'de> Deserialize<'de> for OverlayCommands
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<Disable> for OverlayCommands
impl From<Disable> for OverlayCommands
Source§impl From<Enable> for OverlayCommands
impl From<Enable> for OverlayCommands
Source§impl From<GetGridHighlightObjectsForTest> for OverlayCommands
impl From<GetGridHighlightObjectsForTest> for OverlayCommands
Source§fn from(v: GetGridHighlightObjectsForTest) -> Self
fn from(v: GetGridHighlightObjectsForTest) -> Self
Converts to this type from the input type.
Source§impl From<GetHighlightObjectForTest> for OverlayCommands
impl From<GetHighlightObjectForTest> for OverlayCommands
Source§fn from(v: GetHighlightObjectForTest) -> Self
fn from(v: GetHighlightObjectForTest) -> Self
Converts to this type from the input type.
Source§impl From<GetSourceOrderHighlightObjectForTest> for OverlayCommands
impl From<GetSourceOrderHighlightObjectForTest> for OverlayCommands
Source§fn from(v: GetSourceOrderHighlightObjectForTest) -> Self
fn from(v: GetSourceOrderHighlightObjectForTest) -> Self
Converts to this type from the input type.
Source§impl From<HideHighlight> for OverlayCommands
impl From<HideHighlight> for OverlayCommands
Source§fn from(v: HideHighlight) -> Self
fn from(v: HideHighlight) -> Self
Converts to this type from the input type.
Source§impl From<HighlightNode> for OverlayCommands
impl From<HighlightNode> for OverlayCommands
Source§fn from(v: HighlightNode) -> Self
fn from(v: HighlightNode) -> Self
Converts to this type from the input type.
Source§impl From<HighlightQuad> for OverlayCommands
impl From<HighlightQuad> for OverlayCommands
Source§fn from(v: HighlightQuad) -> Self
fn from(v: HighlightQuad) -> Self
Converts to this type from the input type.
Source§impl From<HighlightRect> for OverlayCommands
impl From<HighlightRect> for OverlayCommands
Source§fn from(v: HighlightRect) -> Self
fn from(v: HighlightRect) -> Self
Converts to this type from the input type.
Source§impl From<HighlightSourceOrder> for OverlayCommands
impl From<HighlightSourceOrder> for OverlayCommands
Source§fn from(v: HighlightSourceOrder) -> Self
fn from(v: HighlightSourceOrder) -> Self
Converts to this type from the input type.
Source§impl From<OverlayCommands> for BrowserProtocolCommands
impl From<OverlayCommands> for BrowserProtocolCommands
Source§fn from(v: OverlayCommands) -> Self
fn from(v: OverlayCommands) -> Self
Converts to this type from the input type.
Source§impl From<OverlayCommands> for Command
impl From<OverlayCommands> for Command
Source§fn from(v: OverlayCommands) -> Self
fn from(v: OverlayCommands) -> Self
Converts to this type from the input type.
Source§impl From<SetInspectMode> for OverlayCommands
impl From<SetInspectMode> for OverlayCommands
Source§fn from(v: SetInspectMode) -> Self
fn from(v: SetInspectMode) -> Self
Converts to this type from the input type.
Source§impl From<SetPausedInDebuggerMessage> for OverlayCommands
impl From<SetPausedInDebuggerMessage> for OverlayCommands
Source§fn from(v: SetPausedInDebuggerMessage) -> Self
fn from(v: SetPausedInDebuggerMessage) -> Self
Converts to this type from the input type.
Source§impl From<SetShowAdHighlights> for OverlayCommands
impl From<SetShowAdHighlights> for OverlayCommands
Source§fn from(v: SetShowAdHighlights) -> Self
fn from(v: SetShowAdHighlights) -> 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 From<SetShowDebugBorders> for OverlayCommands
impl From<SetShowDebugBorders> for OverlayCommands
Source§fn from(v: SetShowDebugBorders) -> Self
fn from(v: SetShowDebugBorders) -> Self
Converts to this type from the input type.
Source§impl From<SetShowFlexOverlays> for OverlayCommands
impl From<SetShowFlexOverlays> for OverlayCommands
Source§fn from(v: SetShowFlexOverlays) -> Self
fn from(v: SetShowFlexOverlays) -> Self
Converts to this type from the input type.
Source§impl From<SetShowFpsCounter> for OverlayCommands
impl From<SetShowFpsCounter> for OverlayCommands
Source§fn from(v: SetShowFpsCounter) -> Self
fn from(v: SetShowFpsCounter) -> 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 From<SetShowHinge> for OverlayCommands
impl From<SetShowHinge> for OverlayCommands
Source§fn from(v: SetShowHinge) -> Self
fn from(v: SetShowHinge) -> Self
Converts to this type from the input type.
Source§impl From<SetShowInspectedElementAnchor> for OverlayCommands
impl From<SetShowInspectedElementAnchor> for OverlayCommands
Source§fn from(v: SetShowInspectedElementAnchor) -> Self
fn from(v: SetShowInspectedElementAnchor) -> 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 From<SetShowLayoutShiftRegions> for OverlayCommands
impl From<SetShowLayoutShiftRegions> for OverlayCommands
Source§fn from(v: SetShowLayoutShiftRegions) -> Self
fn from(v: SetShowLayoutShiftRegions) -> 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 From<SetShowScrollBottleneckRects> for OverlayCommands
impl From<SetShowScrollBottleneckRects> for OverlayCommands
Source§fn from(v: SetShowScrollBottleneckRects) -> Self
fn from(v: SetShowScrollBottleneckRects) -> Self
Converts to this type from the input type.
Source§impl From<SetShowScrollSnapOverlays> for OverlayCommands
impl From<SetShowScrollSnapOverlays> for OverlayCommands
Source§fn from(v: SetShowScrollSnapOverlays) -> Self
fn from(v: SetShowScrollSnapOverlays) -> Self
Converts to this type from the input type.
Source§impl From<SetShowViewportSizeOnResize> for OverlayCommands
impl From<SetShowViewportSizeOnResize> for OverlayCommands
Source§fn from(v: SetShowViewportSizeOnResize) -> Self
fn from(v: SetShowViewportSizeOnResize) -> Self
Converts to this type from the input type.
Source§impl From<SetShowWindowControlsOverlay> for OverlayCommands
impl From<SetShowWindowControlsOverlay> for OverlayCommands
Source§fn from(v: SetShowWindowControlsOverlay) -> Self
fn from(v: SetShowWindowControlsOverlay) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OverlayCommands
impl PartialEq for OverlayCommands
Source§impl Serialize for OverlayCommands
impl Serialize for OverlayCommands
Source§impl TryFrom<BrowserProtocolCommands> for OverlayCommands
impl TryFrom<BrowserProtocolCommands> for OverlayCommands
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, <OverlayCommands as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <OverlayCommands as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for OverlayCommands
impl TryFrom<Command> for OverlayCommands
Source§impl TryFrom<OverlayCommands> for Disable
impl TryFrom<OverlayCommands> for Disable
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, <Disable as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <Disable as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for Enable
impl TryFrom<OverlayCommands> for Enable
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, <Enable as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <Enable as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for GetGridHighlightObjectsForTest
impl TryFrom<OverlayCommands> for GetGridHighlightObjectsForTest
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, <GetGridHighlightObjectsForTest as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <GetGridHighlightObjectsForTest as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for GetHighlightObjectForTest
impl TryFrom<OverlayCommands> for GetHighlightObjectForTest
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, <GetHighlightObjectForTest as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <GetHighlightObjectForTest as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for GetSourceOrderHighlightObjectForTest
impl TryFrom<OverlayCommands> for GetSourceOrderHighlightObjectForTest
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, <GetSourceOrderHighlightObjectForTest as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <GetSourceOrderHighlightObjectForTest as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for HideHighlight
impl TryFrom<OverlayCommands> for HideHighlight
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, <HideHighlight as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <HideHighlight as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for HighlightNode
impl TryFrom<OverlayCommands> for HighlightNode
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, <HighlightNode as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <HighlightNode as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for HighlightQuad
impl TryFrom<OverlayCommands> for HighlightQuad
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, <HighlightQuad as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <HighlightQuad as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for HighlightRect
impl TryFrom<OverlayCommands> for HighlightRect
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, <HighlightRect as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <HighlightRect as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for HighlightSourceOrder
impl TryFrom<OverlayCommands> for HighlightSourceOrder
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, <HighlightSourceOrder as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <HighlightSourceOrder as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for SetInspectMode
impl TryFrom<OverlayCommands> for SetInspectMode
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, <SetInspectMode as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetInspectMode as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for SetPausedInDebuggerMessage
impl TryFrom<OverlayCommands> for SetPausedInDebuggerMessage
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, <SetPausedInDebuggerMessage as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetPausedInDebuggerMessage as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for SetShowAdHighlights
impl TryFrom<OverlayCommands> for SetShowAdHighlights
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, <SetShowAdHighlights as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowAdHighlights as TryFrom<OverlayCommands>>::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.
Source§impl TryFrom<OverlayCommands> for SetShowDebugBorders
impl TryFrom<OverlayCommands> for SetShowDebugBorders
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, <SetShowDebugBorders as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowDebugBorders as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for SetShowFlexOverlays
impl TryFrom<OverlayCommands> for SetShowFlexOverlays
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, <SetShowFlexOverlays as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowFlexOverlays as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for SetShowFpsCounter
impl TryFrom<OverlayCommands> for SetShowFpsCounter
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, <SetShowFpsCounter as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowFpsCounter as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
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.
Source§impl TryFrom<OverlayCommands> for SetShowHinge
impl TryFrom<OverlayCommands> for SetShowHinge
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, <SetShowHinge as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowHinge as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for SetShowInspectedElementAnchor
impl TryFrom<OverlayCommands> for SetShowInspectedElementAnchor
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, <SetShowInspectedElementAnchor as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowInspectedElementAnchor as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
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.
Source§impl TryFrom<OverlayCommands> for SetShowLayoutShiftRegions
impl TryFrom<OverlayCommands> for SetShowLayoutShiftRegions
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, <SetShowLayoutShiftRegions as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowLayoutShiftRegions as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
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.
Source§impl TryFrom<OverlayCommands> for SetShowScrollBottleneckRects
impl TryFrom<OverlayCommands> for SetShowScrollBottleneckRects
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, <SetShowScrollBottleneckRects as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowScrollBottleneckRects as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for SetShowScrollSnapOverlays
impl TryFrom<OverlayCommands> for SetShowScrollSnapOverlays
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, <SetShowScrollSnapOverlays as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowScrollSnapOverlays as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for SetShowViewportSizeOnResize
impl TryFrom<OverlayCommands> for SetShowViewportSizeOnResize
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, <SetShowViewportSizeOnResize as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowViewportSizeOnResize as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for SetShowWindowControlsOverlay
impl TryFrom<OverlayCommands> for SetShowWindowControlsOverlay
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, <SetShowWindowControlsOverlay as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowWindowControlsOverlay as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for OverlayCommands
Auto Trait Implementations§
impl Freeze for OverlayCommands
impl RefUnwindSafe for OverlayCommands
impl Send for OverlayCommands
impl Sync for OverlayCommands
impl Unpin for OverlayCommands
impl UnsafeUnpin for OverlayCommands
impl UnwindSafe for OverlayCommands
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