Struct chrome_remote_interface_model::overlay::HighlightNodeCommandBuilder [−][src]
Implementations
impl HighlightNodeCommandBuilder[src]
pub fn highlight_config(&mut self, v: HighlightConfig) -> &mut Self[src]
A descriptor for the highlight appearance.
pub fn node_id(&mut self, v: NodeId) -> &mut Self[src]
Identifier of the node to highlight.
pub fn backend_node_id(&mut self, v: BackendNodeId) -> &mut Self[src]
Identifier of the backend node to highlight.
pub fn object_id(&mut self, v: RemoteObjectId) -> &mut Self[src]
JavaScript object id of the node to be highlighted.
pub fn selector(&mut self, v: String) -> &mut Self[src]
Selectors to highlight relevant nodes.
pub fn build(&mut self) -> Result<HighlightNodeCommand, &'static str>[src]
Trait Implementations
impl Clone for HighlightNodeCommandBuilder[src]
fn clone(&self) -> HighlightNodeCommandBuilder[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for HighlightNodeCommandBuilder[src]
impl Default for HighlightNodeCommandBuilder[src]
Auto Trait Implementations
impl RefUnwindSafe for HighlightNodeCommandBuilder[src]
impl Send for HighlightNodeCommandBuilder[src]
impl Sync for HighlightNodeCommandBuilder[src]
impl Unpin for HighlightNodeCommandBuilder[src]
impl UnwindSafe for HighlightNodeCommandBuilder[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,