Struct chrome_remote_interface_model::dom::ResolveNodeCommandBuilder[][src]

pub struct ResolveNodeCommandBuilder { /* fields omitted */ }

Implementations

impl ResolveNodeCommandBuilder[src]

pub fn node_id(&mut self, v: NodeId) -> &mut Self[src]

Id of the node to resolve.

pub fn backend_node_id(&mut self, v: BackendNodeId) -> &mut Self[src]

Backend identifier of the node to resolve.

pub fn object_group(&mut self, v: String) -> &mut Self[src]

Symbolic group name that can be used to release multiple objects.

pub fn execution_context_id(&mut self, v: ExecutionContextId) -> &mut Self[src]

Execution context in which to resolve the node.

pub fn build(&mut self) -> Result<ResolveNodeCommand, &'static str>[src]

Trait Implementations

impl Clone for ResolveNodeCommandBuilder[src]

impl Debug for ResolveNodeCommandBuilder[src]

impl Default for ResolveNodeCommandBuilder[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.