pub struct HighlightSourceOrderCommandBuilder { /* private fields */ }Available on crate features
experimental and Overlay and DOM and Page and Runtime only.Implementations§
Source§impl HighlightSourceOrderCommandBuilder
impl HighlightSourceOrderCommandBuilder
Sourcepub fn source_order_config(&mut self, v: SourceOrderConfig) -> &mut Self
pub fn source_order_config(&mut self, v: SourceOrderConfig) -> &mut Self
A descriptor for the appearance of the overlay drawing.
Sourcepub fn backend_node_id(&mut self, v: BackendNodeId) -> &mut Self
pub fn backend_node_id(&mut self, v: BackendNodeId) -> &mut Self
Identifier of the backend node to highlight.
Sourcepub fn object_id(&mut self, v: RemoteObjectId) -> &mut Self
pub fn object_id(&mut self, v: RemoteObjectId) -> &mut Self
JavaScript object id of the node to be highlighted.
pub fn build(&mut self) -> Result<HighlightSourceOrderCommand, &'static str>
Trait Implementations§
Source§impl Clone for HighlightSourceOrderCommandBuilder
impl Clone for HighlightSourceOrderCommandBuilder
Source§fn clone(&self) -> HighlightSourceOrderCommandBuilder
fn clone(&self) -> HighlightSourceOrderCommandBuilder
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 moreAuto Trait Implementations§
impl Freeze for HighlightSourceOrderCommandBuilder
impl RefUnwindSafe for HighlightSourceOrderCommandBuilder
impl Send for HighlightSourceOrderCommandBuilder
impl Sync for HighlightSourceOrderCommandBuilder
impl Unpin for HighlightSourceOrderCommandBuilder
impl UnwindSafe for HighlightSourceOrderCommandBuilder
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