pub struct GetOuterHtmlBuilder { /* private fields */ }Implementations§
Source§impl GetOuterHtmlBuilder
impl GetOuterHtmlBuilder
pub fn node_id(self, node_id: impl Into<NodeId>) -> Self
pub fn backend_node_id(self, backend_node_id: impl Into<BackendNodeId>) -> Self
pub fn object_id(self, object_id: impl Into<RemoteObjectId>) -> Self
pub fn include_shadow_dom(self, include_shadow_dom: impl Into<bool>) -> Self
pub fn build(self) -> GetOuterHtml
Trait Implementations§
Source§impl Clone for GetOuterHtmlBuilder
impl Clone for GetOuterHtmlBuilder
Source§fn clone(&self) -> GetOuterHtmlBuilder
fn clone(&self) -> GetOuterHtmlBuilder
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 moreSource§impl Default for GetOuterHtmlBuilder
impl Default for GetOuterHtmlBuilder
Source§fn default() -> GetOuterHtmlBuilder
fn default() -> GetOuterHtmlBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetOuterHtmlBuilder
impl RefUnwindSafe for GetOuterHtmlBuilder
impl Send for GetOuterHtmlBuilder
impl Sync for GetOuterHtmlBuilder
impl Unpin for GetOuterHtmlBuilder
impl UnsafeUnpin for GetOuterHtmlBuilder
impl UnwindSafe for GetOuterHtmlBuilder
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