pub struct GetOuterHTMLParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetOuterHTMLParamsBuilder<'a>
impl<'a> GetOuterHTMLParamsBuilder<'a>
Sourcepub fn backend_node_id(self, backend_node_id: BackendNodeId) -> Self
pub fn backend_node_id(self, backend_node_id: BackendNodeId) -> Self
Identifier of the backend node.
Sourcepub fn object_id(self, object_id: RemoteObjectId<'a>) -> Self
pub fn object_id(self, object_id: RemoteObjectId<'a>) -> Self
JavaScript object id of the node wrapper.
Sourcepub fn include_shadow_dom(self, include_shadow_dom: bool) -> Self
pub fn include_shadow_dom(self, include_shadow_dom: 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