pub struct GetOuterHTMLParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetOuterHTMLParamsBuilder<'a>
impl<'a> GetOuterHTMLParamsBuilder<'a>
Sourcepub fn backendNodeId(self, backendNodeId: BackendNodeId) -> Self
pub fn backendNodeId(self, backendNodeId: BackendNodeId) -> Self
Identifier of the backend node.
Sourcepub fn objectId(self, objectId: RemoteObjectId<'a>) -> Self
pub fn objectId(self, objectId: RemoteObjectId<'a>) -> Self
JavaScript object id of the node wrapper.
Sourcepub fn includeShadowDOM(self, includeShadowDOM: bool) -> Self
pub fn includeShadowDOM(self, includeShadowDOM: bool) -> Self
Include all shadow roots. Equals to false if not specified.
pub fn build(self) -> GetOuterHTMLParams<'a>
Trait Implementations§
Source§impl<'a> Default for GetOuterHTMLParamsBuilder<'a>
impl<'a> Default for GetOuterHTMLParamsBuilder<'a>
Source§fn default() -> GetOuterHTMLParamsBuilder<'a>
fn default() -> GetOuterHTMLParamsBuilder<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for GetOuterHTMLParamsBuilder<'a>
impl<'a> RefUnwindSafe for GetOuterHTMLParamsBuilder<'a>
impl<'a> Send for GetOuterHTMLParamsBuilder<'a>
impl<'a> Sync for GetOuterHTMLParamsBuilder<'a>
impl<'a> Unpin for GetOuterHTMLParamsBuilder<'a>
impl<'a> UnsafeUnpin for GetOuterHTMLParamsBuilder<'a>
impl<'a> UnwindSafe for GetOuterHTMLParamsBuilder<'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