pub struct GetFlattenedDocument { /* private fields */ }๐Deprecated
Expand description
Returns the root DOM node (and optionally the subtree) to the caller. Deprecated, as it is not designed to work well with the rest of the DOM agent. Use DOMSnapshot.captureSnapshot instead.
Implementationsยง
Sourceยงimpl GetFlattenedDocument
impl GetFlattenedDocument
pub fn new() -> Self
pub fn with_depth(self, depth: impl Into<i64>) -> Self
pub fn with_pierce(self, pierce: impl Into<bool>) -> Self
Trait Implementationsยง
Sourceยงimpl Clone for GetFlattenedDocument
impl Clone for GetFlattenedDocument
Sourceยงfn clone(&self) -> GetFlattenedDocument
fn clone(&self) -> GetFlattenedDocument
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 Command for GetFlattenedDocument
impl Command for GetFlattenedDocument
Sourceยงimpl Debug for GetFlattenedDocument
impl Debug for GetFlattenedDocument
Auto Trait Implementationsยง
impl Freeze for GetFlattenedDocument
impl RefUnwindSafe for GetFlattenedDocument
impl Send for GetFlattenedDocument
impl Sync for GetFlattenedDocument
impl Unpin for GetFlattenedDocument
impl UnwindSafe for GetFlattenedDocument
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