pub enum DomCommands {
Show 52 variants
CollectClassNamesFromSubtree(CollectClassNamesFromSubtree),
CopyTo(CopyTo),
DescribeNode(DescribeNode),
ScrollIntoViewIfNeeded(ScrollIntoViewIfNeeded),
Disable(Disable),
DiscardSearchResults(DiscardSearchResults),
Enable(Enable),
Focus(Focus),
GetAttributes(GetAttributes),
GetBoxModel(GetBoxModel),
GetContentQuads(GetContentQuads),
GetDocument(GetDocument),
GetNodesForSubtreeByStyle(GetNodesForSubtreeByStyle),
GetNodeForLocation(GetNodeForLocation),
GetOuterHtml(GetOuterHtml),
GetRelayoutBoundary(GetRelayoutBoundary),
GetSearchResults(GetSearchResults),
HideHighlight(HideHighlight),
HighlightNode(HighlightNode),
HighlightRect(HighlightRect),
MarkUndoableState(MarkUndoableState),
MoveTo(MoveTo),
PerformSearch(PerformSearch),
PushNodeByPathToFrontend(PushNodeByPathToFrontend),
PushNodesByBackendIdsToFrontend(PushNodesByBackendIdsToFrontend),
QuerySelector(QuerySelector),
QuerySelectorAll(QuerySelectorAll),
GetTopLayerElements(GetTopLayerElements),
GetElementByRelation(GetElementByRelation),
Redo(Redo),
RemoveAttribute(RemoveAttribute),
RemoveNode(RemoveNode),
RequestChildNodes(RequestChildNodes),
RequestNode(RequestNode),
ResolveNode(ResolveNode),
SetAttributeValue(SetAttributeValue),
SetAttributesAsText(SetAttributesAsText),
SetFileInputFiles(SetFileInputFiles),
SetNodeStackTracesEnabled(SetNodeStackTracesEnabled),
GetNodeStackTraces(GetNodeStackTraces),
GetFileInfo(GetFileInfo),
GetDetachedDomNodes(GetDetachedDomNodes),
SetInspectedNode(SetInspectedNode),
SetNodeName(SetNodeName),
SetNodeValue(SetNodeValue),
SetOuterHtml(SetOuterHtml),
Undo(Undo),
GetFrameOwner(GetFrameOwner),
GetContainerForNode(GetContainerForNode),
GetQueryingDescendantsForContainer(GetQueryingDescendantsForContainer),
GetAnchorElement(GetAnchorElement),
ForceShowPopover(ForceShowPopover),
}Variants§
CollectClassNamesFromSubtree(CollectClassNamesFromSubtree)
CopyTo(CopyTo)
DescribeNode(DescribeNode)
ScrollIntoViewIfNeeded(ScrollIntoViewIfNeeded)
Disable(Disable)
DiscardSearchResults(DiscardSearchResults)
Enable(Enable)
Focus(Focus)
GetAttributes(GetAttributes)
GetBoxModel(GetBoxModel)
GetContentQuads(GetContentQuads)
GetDocument(GetDocument)
GetNodesForSubtreeByStyle(GetNodesForSubtreeByStyle)
GetNodeForLocation(GetNodeForLocation)
GetOuterHtml(GetOuterHtml)
GetRelayoutBoundary(GetRelayoutBoundary)
GetSearchResults(GetSearchResults)
HideHighlight(HideHighlight)
HighlightNode(HighlightNode)
HighlightRect(HighlightRect)
MarkUndoableState(MarkUndoableState)
MoveTo(MoveTo)
PerformSearch(PerformSearch)
PushNodeByPathToFrontend(PushNodeByPathToFrontend)
PushNodesByBackendIdsToFrontend(PushNodesByBackendIdsToFrontend)
QuerySelector(QuerySelector)
QuerySelectorAll(QuerySelectorAll)
GetTopLayerElements(GetTopLayerElements)
GetElementByRelation(GetElementByRelation)
Redo(Redo)
RemoveAttribute(RemoveAttribute)
RemoveNode(RemoveNode)
RequestChildNodes(RequestChildNodes)
RequestNode(RequestNode)
ResolveNode(ResolveNode)
SetAttributeValue(SetAttributeValue)
SetAttributesAsText(SetAttributesAsText)
SetFileInputFiles(SetFileInputFiles)
SetNodeStackTracesEnabled(SetNodeStackTracesEnabled)
GetNodeStackTraces(GetNodeStackTraces)
GetFileInfo(GetFileInfo)
GetDetachedDomNodes(GetDetachedDomNodes)
SetInspectedNode(SetInspectedNode)
SetNodeName(SetNodeName)
SetNodeValue(SetNodeValue)
SetOuterHtml(SetOuterHtml)
Undo(Undo)
GetFrameOwner(GetFrameOwner)
GetContainerForNode(GetContainerForNode)
GetQueryingDescendantsForContainer(GetQueryingDescendantsForContainer)
GetAnchorElement(GetAnchorElement)
ForceShowPopover(ForceShowPopover)
Implementations§
Source§impl DomCommands
impl DomCommands
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for DomCommands
impl Clone for DomCommands
Source§fn clone(&self) -> DomCommands
fn clone(&self) -> DomCommands
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 DomCommands
impl Debug for DomCommands
Source§impl<'de> Deserialize<'de> for DomCommands
impl<'de> Deserialize<'de> for DomCommands
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<CollectClassNamesFromSubtree> for DomCommands
impl From<CollectClassNamesFromSubtree> for DomCommands
Source§fn from(v: CollectClassNamesFromSubtree) -> Self
fn from(v: CollectClassNamesFromSubtree) -> Self
Converts to this type from the input type.
Source§impl From<CopyTo> for DomCommands
impl From<CopyTo> for DomCommands
Source§impl From<DescribeNode> for DomCommands
impl From<DescribeNode> for DomCommands
Source§fn from(v: DescribeNode) -> Self
fn from(v: DescribeNode) -> Self
Converts to this type from the input type.
Source§impl From<Disable> for DomCommands
impl From<Disable> for DomCommands
Source§impl From<DiscardSearchResults> for DomCommands
impl From<DiscardSearchResults> for DomCommands
Source§fn from(v: DiscardSearchResults) -> Self
fn from(v: DiscardSearchResults) -> Self
Converts to this type from the input type.
Source§impl From<DomCommands> for BrowserProtocolCommands
impl From<DomCommands> for BrowserProtocolCommands
Source§fn from(v: DomCommands) -> Self
fn from(v: DomCommands) -> Self
Converts to this type from the input type.
Source§impl From<DomCommands> for Command
impl From<DomCommands> for Command
Source§fn from(v: DomCommands) -> Self
fn from(v: DomCommands) -> Self
Converts to this type from the input type.
Source§impl From<Enable> for DomCommands
impl From<Enable> for DomCommands
Source§impl From<Focus> for DomCommands
impl From<Focus> for DomCommands
Source§impl From<ForceShowPopover> for DomCommands
impl From<ForceShowPopover> for DomCommands
Source§fn from(v: ForceShowPopover) -> Self
fn from(v: ForceShowPopover) -> Self
Converts to this type from the input type.
Source§impl From<GetAnchorElement> for DomCommands
impl From<GetAnchorElement> for DomCommands
Source§fn from(v: GetAnchorElement) -> Self
fn from(v: GetAnchorElement) -> Self
Converts to this type from the input type.
Source§impl From<GetAttributes> for DomCommands
impl From<GetAttributes> for DomCommands
Source§fn from(v: GetAttributes) -> Self
fn from(v: GetAttributes) -> Self
Converts to this type from the input type.
Source§impl From<GetBoxModel> for DomCommands
impl From<GetBoxModel> for DomCommands
Source§fn from(v: GetBoxModel) -> Self
fn from(v: GetBoxModel) -> Self
Converts to this type from the input type.
Source§impl From<GetContainerForNode> for DomCommands
impl From<GetContainerForNode> for DomCommands
Source§fn from(v: GetContainerForNode) -> Self
fn from(v: GetContainerForNode) -> Self
Converts to this type from the input type.
Source§impl From<GetContentQuads> for DomCommands
impl From<GetContentQuads> for DomCommands
Source§fn from(v: GetContentQuads) -> Self
fn from(v: GetContentQuads) -> Self
Converts to this type from the input type.
Source§impl From<GetDetachedDomNodes> for DomCommands
impl From<GetDetachedDomNodes> for DomCommands
Source§fn from(v: GetDetachedDomNodes) -> Self
fn from(v: GetDetachedDomNodes) -> Self
Converts to this type from the input type.
Source§impl From<GetDocument> for DomCommands
impl From<GetDocument> for DomCommands
Source§fn from(v: GetDocument) -> Self
fn from(v: GetDocument) -> Self
Converts to this type from the input type.
Source§impl From<GetElementByRelation> for DomCommands
impl From<GetElementByRelation> for DomCommands
Source§fn from(v: GetElementByRelation) -> Self
fn from(v: GetElementByRelation) -> Self
Converts to this type from the input type.
Source§impl From<GetFileInfo> for DomCommands
impl From<GetFileInfo> for DomCommands
Source§fn from(v: GetFileInfo) -> Self
fn from(v: GetFileInfo) -> Self
Converts to this type from the input type.
Source§impl From<GetFrameOwner> for DomCommands
impl From<GetFrameOwner> for DomCommands
Source§fn from(v: GetFrameOwner) -> Self
fn from(v: GetFrameOwner) -> Self
Converts to this type from the input type.
Source§impl From<GetNodeForLocation> for DomCommands
impl From<GetNodeForLocation> for DomCommands
Source§fn from(v: GetNodeForLocation) -> Self
fn from(v: GetNodeForLocation) -> Self
Converts to this type from the input type.
Source§impl From<GetNodeStackTraces> for DomCommands
impl From<GetNodeStackTraces> for DomCommands
Source§fn from(v: GetNodeStackTraces) -> Self
fn from(v: GetNodeStackTraces) -> Self
Converts to this type from the input type.
Source§impl From<GetNodesForSubtreeByStyle> for DomCommands
impl From<GetNodesForSubtreeByStyle> for DomCommands
Source§fn from(v: GetNodesForSubtreeByStyle) -> Self
fn from(v: GetNodesForSubtreeByStyle) -> Self
Converts to this type from the input type.
Source§impl From<GetOuterHtml> for DomCommands
impl From<GetOuterHtml> for DomCommands
Source§fn from(v: GetOuterHtml) -> Self
fn from(v: GetOuterHtml) -> Self
Converts to this type from the input type.
Source§impl From<GetQueryingDescendantsForContainer> for DomCommands
impl From<GetQueryingDescendantsForContainer> for DomCommands
Source§fn from(v: GetQueryingDescendantsForContainer) -> Self
fn from(v: GetQueryingDescendantsForContainer) -> Self
Converts to this type from the input type.
Source§impl From<GetRelayoutBoundary> for DomCommands
impl From<GetRelayoutBoundary> for DomCommands
Source§fn from(v: GetRelayoutBoundary) -> Self
fn from(v: GetRelayoutBoundary) -> Self
Converts to this type from the input type.
Source§impl From<GetSearchResults> for DomCommands
impl From<GetSearchResults> for DomCommands
Source§fn from(v: GetSearchResults) -> Self
fn from(v: GetSearchResults) -> Self
Converts to this type from the input type.
Source§impl From<GetTopLayerElements> for DomCommands
impl From<GetTopLayerElements> for DomCommands
Source§fn from(v: GetTopLayerElements) -> Self
fn from(v: GetTopLayerElements) -> Self
Converts to this type from the input type.
Source§impl From<HideHighlight> for DomCommands
impl From<HideHighlight> for DomCommands
Source§fn from(v: HideHighlight) -> Self
fn from(v: HideHighlight) -> Self
Converts to this type from the input type.
Source§impl From<HighlightNode> for DomCommands
impl From<HighlightNode> for DomCommands
Source§fn from(v: HighlightNode) -> Self
fn from(v: HighlightNode) -> Self
Converts to this type from the input type.
Source§impl From<HighlightRect> for DomCommands
impl From<HighlightRect> for DomCommands
Source§fn from(v: HighlightRect) -> Self
fn from(v: HighlightRect) -> Self
Converts to this type from the input type.
Source§impl From<MarkUndoableState> for DomCommands
impl From<MarkUndoableState> for DomCommands
Source§fn from(v: MarkUndoableState) -> Self
fn from(v: MarkUndoableState) -> Self
Converts to this type from the input type.
Source§impl From<MoveTo> for DomCommands
impl From<MoveTo> for DomCommands
Source§impl From<PerformSearch> for DomCommands
impl From<PerformSearch> for DomCommands
Source§fn from(v: PerformSearch) -> Self
fn from(v: PerformSearch) -> Self
Converts to this type from the input type.
Source§impl From<PushNodeByPathToFrontend> for DomCommands
impl From<PushNodeByPathToFrontend> for DomCommands
Source§fn from(v: PushNodeByPathToFrontend) -> Self
fn from(v: PushNodeByPathToFrontend) -> Self
Converts to this type from the input type.
Source§impl From<PushNodesByBackendIdsToFrontend> for DomCommands
impl From<PushNodesByBackendIdsToFrontend> for DomCommands
Source§fn from(v: PushNodesByBackendIdsToFrontend) -> Self
fn from(v: PushNodesByBackendIdsToFrontend) -> Self
Converts to this type from the input type.
Source§impl From<QuerySelector> for DomCommands
impl From<QuerySelector> for DomCommands
Source§fn from(v: QuerySelector) -> Self
fn from(v: QuerySelector) -> Self
Converts to this type from the input type.
Source§impl From<QuerySelectorAll> for DomCommands
impl From<QuerySelectorAll> for DomCommands
Source§fn from(v: QuerySelectorAll) -> Self
fn from(v: QuerySelectorAll) -> Self
Converts to this type from the input type.
Source§impl From<Redo> for DomCommands
impl From<Redo> for DomCommands
Source§impl From<RemoveAttribute> for DomCommands
impl From<RemoveAttribute> for DomCommands
Source§fn from(v: RemoveAttribute) -> Self
fn from(v: RemoveAttribute) -> Self
Converts to this type from the input type.
Source§impl From<RemoveNode> for DomCommands
impl From<RemoveNode> for DomCommands
Source§fn from(v: RemoveNode) -> Self
fn from(v: RemoveNode) -> Self
Converts to this type from the input type.
Source§impl From<RequestChildNodes> for DomCommands
impl From<RequestChildNodes> for DomCommands
Source§fn from(v: RequestChildNodes) -> Self
fn from(v: RequestChildNodes) -> Self
Converts to this type from the input type.
Source§impl From<RequestNode> for DomCommands
impl From<RequestNode> for DomCommands
Source§fn from(v: RequestNode) -> Self
fn from(v: RequestNode) -> Self
Converts to this type from the input type.
Source§impl From<ResolveNode> for DomCommands
impl From<ResolveNode> for DomCommands
Source§fn from(v: ResolveNode) -> Self
fn from(v: ResolveNode) -> Self
Converts to this type from the input type.
Source§impl From<ScrollIntoViewIfNeeded> for DomCommands
impl From<ScrollIntoViewIfNeeded> for DomCommands
Source§fn from(v: ScrollIntoViewIfNeeded) -> Self
fn from(v: ScrollIntoViewIfNeeded) -> Self
Converts to this type from the input type.
Source§impl From<SetAttributeValue> for DomCommands
impl From<SetAttributeValue> for DomCommands
Source§fn from(v: SetAttributeValue) -> Self
fn from(v: SetAttributeValue) -> Self
Converts to this type from the input type.
Source§impl From<SetAttributesAsText> for DomCommands
impl From<SetAttributesAsText> for DomCommands
Source§fn from(v: SetAttributesAsText) -> Self
fn from(v: SetAttributesAsText) -> Self
Converts to this type from the input type.
Source§impl From<SetFileInputFiles> for DomCommands
impl From<SetFileInputFiles> for DomCommands
Source§fn from(v: SetFileInputFiles) -> Self
fn from(v: SetFileInputFiles) -> Self
Converts to this type from the input type.
Source§impl From<SetInspectedNode> for DomCommands
impl From<SetInspectedNode> for DomCommands
Source§fn from(v: SetInspectedNode) -> Self
fn from(v: SetInspectedNode) -> Self
Converts to this type from the input type.
Source§impl From<SetNodeName> for DomCommands
impl From<SetNodeName> for DomCommands
Source§fn from(v: SetNodeName) -> Self
fn from(v: SetNodeName) -> Self
Converts to this type from the input type.
Source§impl From<SetNodeStackTracesEnabled> for DomCommands
impl From<SetNodeStackTracesEnabled> for DomCommands
Source§fn from(v: SetNodeStackTracesEnabled) -> Self
fn from(v: SetNodeStackTracesEnabled) -> Self
Converts to this type from the input type.
Source§impl From<SetNodeValue> for DomCommands
impl From<SetNodeValue> for DomCommands
Source§fn from(v: SetNodeValue) -> Self
fn from(v: SetNodeValue) -> Self
Converts to this type from the input type.
Source§impl From<SetOuterHtml> for DomCommands
impl From<SetOuterHtml> for DomCommands
Source§fn from(v: SetOuterHtml) -> Self
fn from(v: SetOuterHtml) -> Self
Converts to this type from the input type.
Source§impl From<Undo> for DomCommands
impl From<Undo> for DomCommands
Source§impl PartialEq for DomCommands
impl PartialEq for DomCommands
Source§impl Serialize for DomCommands
impl Serialize for DomCommands
Source§impl TryFrom<BrowserProtocolCommands> for DomCommands
impl TryFrom<BrowserProtocolCommands> for DomCommands
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, <DomCommands as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <DomCommands as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for DomCommands
impl TryFrom<Command> for DomCommands
Source§impl TryFrom<DomCommands> for CollectClassNamesFromSubtree
impl TryFrom<DomCommands> for CollectClassNamesFromSubtree
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <CollectClassNamesFromSubtree as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <CollectClassNamesFromSubtree as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for CopyTo
impl TryFrom<DomCommands> for CopyTo
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <CopyTo as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <CopyTo as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for DescribeNode
impl TryFrom<DomCommands> for DescribeNode
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <DescribeNode as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <DescribeNode as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for Disable
impl TryFrom<DomCommands> for Disable
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <Disable as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <Disable as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for DiscardSearchResults
impl TryFrom<DomCommands> for DiscardSearchResults
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <DiscardSearchResults as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <DiscardSearchResults as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for Enable
impl TryFrom<DomCommands> for Enable
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <Enable as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <Enable as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for Focus
impl TryFrom<DomCommands> for Focus
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <Focus as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <Focus as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for ForceShowPopover
impl TryFrom<DomCommands> for ForceShowPopover
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <ForceShowPopover as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <ForceShowPopover as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetAnchorElement
impl TryFrom<DomCommands> for GetAnchorElement
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetAnchorElement as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetAnchorElement as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetAttributes
impl TryFrom<DomCommands> for GetAttributes
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetAttributes as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetAttributes as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetBoxModel
impl TryFrom<DomCommands> for GetBoxModel
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetBoxModel as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetBoxModel as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetContainerForNode
impl TryFrom<DomCommands> for GetContainerForNode
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetContainerForNode as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetContainerForNode as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetContentQuads
impl TryFrom<DomCommands> for GetContentQuads
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetContentQuads as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetContentQuads as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetDetachedDomNodes
impl TryFrom<DomCommands> for GetDetachedDomNodes
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetDetachedDomNodes as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetDetachedDomNodes as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetDocument
impl TryFrom<DomCommands> for GetDocument
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetDocument as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetDocument as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetElementByRelation
impl TryFrom<DomCommands> for GetElementByRelation
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetElementByRelation as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetElementByRelation as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetFileInfo
impl TryFrom<DomCommands> for GetFileInfo
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetFileInfo as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetFileInfo as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetFrameOwner
impl TryFrom<DomCommands> for GetFrameOwner
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetFrameOwner as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetFrameOwner as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetNodeForLocation
impl TryFrom<DomCommands> for GetNodeForLocation
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetNodeForLocation as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetNodeForLocation as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetNodeStackTraces
impl TryFrom<DomCommands> for GetNodeStackTraces
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetNodeStackTraces as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetNodeStackTraces as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetNodesForSubtreeByStyle
impl TryFrom<DomCommands> for GetNodesForSubtreeByStyle
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetNodesForSubtreeByStyle as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetNodesForSubtreeByStyle as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetOuterHtml
impl TryFrom<DomCommands> for GetOuterHtml
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetOuterHtml as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetOuterHtml as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetQueryingDescendantsForContainer
impl TryFrom<DomCommands> for GetQueryingDescendantsForContainer
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetQueryingDescendantsForContainer as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetQueryingDescendantsForContainer as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetRelayoutBoundary
impl TryFrom<DomCommands> for GetRelayoutBoundary
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetRelayoutBoundary as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetRelayoutBoundary as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetSearchResults
impl TryFrom<DomCommands> for GetSearchResults
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetSearchResults as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetSearchResults as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for GetTopLayerElements
impl TryFrom<DomCommands> for GetTopLayerElements
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <GetTopLayerElements as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <GetTopLayerElements as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for HideHighlight
impl TryFrom<DomCommands> for HideHighlight
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <HideHighlight as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <HideHighlight as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for HighlightNode
impl TryFrom<DomCommands> for HighlightNode
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <HighlightNode as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <HighlightNode as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for HighlightRect
impl TryFrom<DomCommands> for HighlightRect
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <HighlightRect as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <HighlightRect as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for MarkUndoableState
impl TryFrom<DomCommands> for MarkUndoableState
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <MarkUndoableState as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <MarkUndoableState as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for MoveTo
impl TryFrom<DomCommands> for MoveTo
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <MoveTo as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <MoveTo as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for PerformSearch
impl TryFrom<DomCommands> for PerformSearch
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <PerformSearch as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <PerformSearch as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for PushNodeByPathToFrontend
impl TryFrom<DomCommands> for PushNodeByPathToFrontend
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <PushNodeByPathToFrontend as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <PushNodeByPathToFrontend as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for PushNodesByBackendIdsToFrontend
impl TryFrom<DomCommands> for PushNodesByBackendIdsToFrontend
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <PushNodesByBackendIdsToFrontend as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <PushNodesByBackendIdsToFrontend as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for QuerySelector
impl TryFrom<DomCommands> for QuerySelector
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <QuerySelector as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <QuerySelector as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for QuerySelectorAll
impl TryFrom<DomCommands> for QuerySelectorAll
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <QuerySelectorAll as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <QuerySelectorAll as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for Redo
impl TryFrom<DomCommands> for Redo
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <Redo as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <Redo as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for RemoveAttribute
impl TryFrom<DomCommands> for RemoveAttribute
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <RemoveAttribute as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <RemoveAttribute as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for RemoveNode
impl TryFrom<DomCommands> for RemoveNode
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <RemoveNode as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <RemoveNode as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for RequestChildNodes
impl TryFrom<DomCommands> for RequestChildNodes
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <RequestChildNodes as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <RequestChildNodes as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for RequestNode
impl TryFrom<DomCommands> for RequestNode
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <RequestNode as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <RequestNode as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for ResolveNode
impl TryFrom<DomCommands> for ResolveNode
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <ResolveNode as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <ResolveNode as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for ScrollIntoViewIfNeeded
impl TryFrom<DomCommands> for ScrollIntoViewIfNeeded
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <ScrollIntoViewIfNeeded as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <ScrollIntoViewIfNeeded as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for SetAttributeValue
impl TryFrom<DomCommands> for SetAttributeValue
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <SetAttributeValue as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <SetAttributeValue as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for SetAttributesAsText
impl TryFrom<DomCommands> for SetAttributesAsText
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <SetAttributesAsText as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <SetAttributesAsText as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for SetFileInputFiles
impl TryFrom<DomCommands> for SetFileInputFiles
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <SetFileInputFiles as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <SetFileInputFiles as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for SetInspectedNode
impl TryFrom<DomCommands> for SetInspectedNode
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <SetInspectedNode as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <SetInspectedNode as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for SetNodeName
impl TryFrom<DomCommands> for SetNodeName
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <SetNodeName as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <SetNodeName as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for SetNodeStackTracesEnabled
impl TryFrom<DomCommands> for SetNodeStackTracesEnabled
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <SetNodeStackTracesEnabled as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <SetNodeStackTracesEnabled as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for SetNodeValue
impl TryFrom<DomCommands> for SetNodeValue
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <SetNodeValue as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <SetNodeValue as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for SetOuterHtml
impl TryFrom<DomCommands> for SetOuterHtml
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <SetOuterHtml as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <SetOuterHtml as TryFrom<DomCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomCommands> for Undo
impl TryFrom<DomCommands> for Undo
Source§type Error = DomCommands
type Error = DomCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomCommands,
) -> Result<Self, <Undo as TryFrom<DomCommands>>::Error>
fn try_from( e: DomCommands, ) -> Result<Self, <Undo as TryFrom<DomCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for DomCommands
Auto Trait Implementations§
impl Freeze for DomCommands
impl RefUnwindSafe for DomCommands
impl Send for DomCommands
impl Sync for DomCommands
impl Unpin for DomCommands
impl UnsafeUnpin for DomCommands
impl UnwindSafe for DomCommands
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