pub struct HighlightSourceOrderParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> HighlightSourceOrderParamsBuilder<'a>
impl<'a> HighlightSourceOrderParamsBuilder<'a>
Sourcepub fn backendNodeId(self, backendNodeId: BackendNodeId) -> Self
pub fn backendNodeId(self, backendNodeId: BackendNodeId) -> Self
Identifier of the backend node to highlight.
Sourcepub fn objectId(self, objectId: RemoteObjectId<'a>) -> Self
pub fn objectId(self, objectId: RemoteObjectId<'a>) -> Self
JavaScript object id of the node to be highlighted.
pub fn build(self) -> HighlightSourceOrderParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for HighlightSourceOrderParamsBuilder<'a>
impl<'a> RefUnwindSafe for HighlightSourceOrderParamsBuilder<'a>
impl<'a> Send for HighlightSourceOrderParamsBuilder<'a>
impl<'a> Sync for HighlightSourceOrderParamsBuilder<'a>
impl<'a> Unpin for HighlightSourceOrderParamsBuilder<'a>
impl<'a> UnsafeUnpin for HighlightSourceOrderParamsBuilder<'a>
impl<'a> UnwindSafe for HighlightSourceOrderParamsBuilder<'a>
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