Skip to main content

DomCommands

Enum DomCommands 

Source
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

Source

pub fn identifier(&self) -> &'static str

Trait Implementations§

Source§

impl Clone for DomCommands

Source§

fn clone(&self) -> DomCommands

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for DomCommands

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for DomCommands

Source§

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

Source§

fn from(v: CollectClassNamesFromSubtree) -> Self

Converts to this type from the input type.
Source§

impl From<CopyTo> for DomCommands

Source§

fn from(v: CopyTo) -> Self

Converts to this type from the input type.
Source§

impl From<DescribeNode> for DomCommands

Source§

fn from(v: DescribeNode) -> Self

Converts to this type from the input type.
Source§

impl From<Disable> for DomCommands

Source§

fn from(v: Disable) -> Self

Converts to this type from the input type.
Source§

impl From<DiscardSearchResults> for DomCommands

Source§

fn from(v: DiscardSearchResults) -> Self

Converts to this type from the input type.
Source§

impl From<DomCommands> for BrowserProtocolCommands

Source§

fn from(v: DomCommands) -> Self

Converts to this type from the input type.
Source§

impl From<DomCommands> for Command

Source§

fn from(v: DomCommands) -> Self

Converts to this type from the input type.
Source§

impl From<Enable> for DomCommands

Source§

fn from(v: Enable) -> Self

Converts to this type from the input type.
Source§

impl From<Focus> for DomCommands

Source§

fn from(v: Focus) -> Self

Converts to this type from the input type.
Source§

impl From<ForceShowPopover> for DomCommands

Source§

fn from(v: ForceShowPopover) -> Self

Converts to this type from the input type.
Source§

impl From<GetAnchorElement> for DomCommands

Source§

fn from(v: GetAnchorElement) -> Self

Converts to this type from the input type.
Source§

impl From<GetAttributes> for DomCommands

Source§

fn from(v: GetAttributes) -> Self

Converts to this type from the input type.
Source§

impl From<GetBoxModel> for DomCommands

Source§

fn from(v: GetBoxModel) -> Self

Converts to this type from the input type.
Source§

impl From<GetContainerForNode> for DomCommands

Source§

fn from(v: GetContainerForNode) -> Self

Converts to this type from the input type.
Source§

impl From<GetContentQuads> for DomCommands

Source§

fn from(v: GetContentQuads) -> Self

Converts to this type from the input type.
Source§

impl From<GetDetachedDomNodes> for DomCommands

Source§

fn from(v: GetDetachedDomNodes) -> Self

Converts to this type from the input type.
Source§

impl From<GetDocument> for DomCommands

Source§

fn from(v: GetDocument) -> Self

Converts to this type from the input type.
Source§

impl From<GetElementByRelation> for DomCommands

Source§

fn from(v: GetElementByRelation) -> Self

Converts to this type from the input type.
Source§

impl From<GetFileInfo> for DomCommands

Source§

fn from(v: GetFileInfo) -> Self

Converts to this type from the input type.
Source§

impl From<GetFrameOwner> for DomCommands

Source§

fn from(v: GetFrameOwner) -> Self

Converts to this type from the input type.
Source§

impl From<GetNodeForLocation> for DomCommands

Source§

fn from(v: GetNodeForLocation) -> Self

Converts to this type from the input type.
Source§

impl From<GetNodeStackTraces> for DomCommands

Source§

fn from(v: GetNodeStackTraces) -> Self

Converts to this type from the input type.
Source§

impl From<GetNodesForSubtreeByStyle> for DomCommands

Source§

fn from(v: GetNodesForSubtreeByStyle) -> Self

Converts to this type from the input type.
Source§

impl From<GetOuterHtml> for DomCommands

Source§

fn from(v: GetOuterHtml) -> Self

Converts to this type from the input type.
Source§

impl From<GetQueryingDescendantsForContainer> for DomCommands

Source§

fn from(v: GetQueryingDescendantsForContainer) -> Self

Converts to this type from the input type.
Source§

impl From<GetRelayoutBoundary> for DomCommands

Source§

fn from(v: GetRelayoutBoundary) -> Self

Converts to this type from the input type.
Source§

impl From<GetSearchResults> for DomCommands

Source§

fn from(v: GetSearchResults) -> Self

Converts to this type from the input type.
Source§

impl From<GetTopLayerElements> for DomCommands

Source§

fn from(v: GetTopLayerElements) -> Self

Converts to this type from the input type.
Source§

impl From<HideHighlight> for DomCommands

Source§

fn from(v: HideHighlight) -> Self

Converts to this type from the input type.
Source§

impl From<HighlightNode> for DomCommands

Source§

fn from(v: HighlightNode) -> Self

Converts to this type from the input type.
Source§

impl From<HighlightRect> for DomCommands

Source§

fn from(v: HighlightRect) -> Self

Converts to this type from the input type.
Source§

impl From<MarkUndoableState> for DomCommands

Source§

fn from(v: MarkUndoableState) -> Self

Converts to this type from the input type.
Source§

impl From<MoveTo> for DomCommands

Source§

fn from(v: MoveTo) -> Self

Converts to this type from the input type.
Source§

impl From<PerformSearch> for DomCommands

Source§

fn from(v: PerformSearch) -> Self

Converts to this type from the input type.
Source§

impl From<PushNodeByPathToFrontend> for DomCommands

Source§

fn from(v: PushNodeByPathToFrontend) -> Self

Converts to this type from the input type.
Source§

impl From<PushNodesByBackendIdsToFrontend> for DomCommands

Source§

fn from(v: PushNodesByBackendIdsToFrontend) -> Self

Converts to this type from the input type.
Source§

impl From<QuerySelector> for DomCommands

Source§

fn from(v: QuerySelector) -> Self

Converts to this type from the input type.
Source§

impl From<QuerySelectorAll> for DomCommands

Source§

fn from(v: QuerySelectorAll) -> Self

Converts to this type from the input type.
Source§

impl From<Redo> for DomCommands

Source§

fn from(v: Redo) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveAttribute> for DomCommands

Source§

fn from(v: RemoveAttribute) -> Self

Converts to this type from the input type.
Source§

impl From<RemoveNode> for DomCommands

Source§

fn from(v: RemoveNode) -> Self

Converts to this type from the input type.
Source§

impl From<RequestChildNodes> for DomCommands

Source§

fn from(v: RequestChildNodes) -> Self

Converts to this type from the input type.
Source§

impl From<RequestNode> for DomCommands

Source§

fn from(v: RequestNode) -> Self

Converts to this type from the input type.
Source§

impl From<ResolveNode> for DomCommands

Source§

fn from(v: ResolveNode) -> Self

Converts to this type from the input type.
Source§

impl From<ScrollIntoViewIfNeeded> for DomCommands

Source§

fn from(v: ScrollIntoViewIfNeeded) -> Self

Converts to this type from the input type.
Source§

impl From<SetAttributeValue> for DomCommands

Source§

fn from(v: SetAttributeValue) -> Self

Converts to this type from the input type.
Source§

impl From<SetAttributesAsText> for DomCommands

Source§

fn from(v: SetAttributesAsText) -> Self

Converts to this type from the input type.
Source§

impl From<SetFileInputFiles> for DomCommands

Source§

fn from(v: SetFileInputFiles) -> Self

Converts to this type from the input type.
Source§

impl From<SetInspectedNode> for DomCommands

Source§

fn from(v: SetInspectedNode) -> Self

Converts to this type from the input type.
Source§

impl From<SetNodeName> for DomCommands

Source§

fn from(v: SetNodeName) -> Self

Converts to this type from the input type.
Source§

impl From<SetNodeStackTracesEnabled> for DomCommands

Source§

fn from(v: SetNodeStackTracesEnabled) -> Self

Converts to this type from the input type.
Source§

impl From<SetNodeValue> for DomCommands

Source§

fn from(v: SetNodeValue) -> Self

Converts to this type from the input type.
Source§

impl From<SetOuterHtml> for DomCommands

Source§

fn from(v: SetOuterHtml) -> Self

Converts to this type from the input type.
Source§

impl From<Undo> for DomCommands

Source§

fn from(v: Undo) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for DomCommands

Source§

fn eq(&self, other: &DomCommands) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Serialize for DomCommands

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl TryFrom<BrowserProtocolCommands> for DomCommands

Source§

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>

Performs the conversion.
Source§

impl TryFrom<Command> for DomCommands

Source§

type Error = Command

The type returned in the event of a conversion error.
Source§

fn try_from( e: Command, ) -> Result<Self, <DomCommands as TryFrom<Command>>::Error>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for CollectClassNamesFromSubtree

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for CopyTo

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for DescribeNode

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for Disable

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for DiscardSearchResults

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for Enable

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for Focus

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for ForceShowPopover

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetAnchorElement

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetAttributes

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetBoxModel

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetContainerForNode

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetContentQuads

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetDetachedDomNodes

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetDocument

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetElementByRelation

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetFileInfo

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetFrameOwner

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetNodeForLocation

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetNodeStackTraces

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetNodesForSubtreeByStyle

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetOuterHtml

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetQueryingDescendantsForContainer

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetRelayoutBoundary

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetSearchResults

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for GetTopLayerElements

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for HideHighlight

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for HighlightNode

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for HighlightRect

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for MarkUndoableState

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for MoveTo

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for PerformSearch

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for PushNodeByPathToFrontend

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for PushNodesByBackendIdsToFrontend

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for QuerySelector

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for QuerySelectorAll

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for Redo

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for RemoveAttribute

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for RemoveNode

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for RequestChildNodes

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for RequestNode

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for ResolveNode

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for ScrollIntoViewIfNeeded

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for SetAttributeValue

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for SetAttributesAsText

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for SetFileInputFiles

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for SetInspectedNode

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for SetNodeName

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for SetNodeStackTracesEnabled

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for SetNodeValue

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for SetOuterHtml

Source§

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>

Performs the conversion.
Source§

impl TryFrom<DomCommands> for Undo

Source§

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>

Performs the conversion.
Source§

impl StructuralPartialEq for DomCommands

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,