pub struct GetFlattenedDocumentReturns<'a> { /* private fields */ }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§
Trait Implementations§
Source§impl<'a> Clone for GetFlattenedDocumentReturns<'a>
impl<'a> Clone for GetFlattenedDocumentReturns<'a>
Source§fn clone(&self) -> GetFlattenedDocumentReturns<'a>
fn clone(&self) -> GetFlattenedDocumentReturns<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for GetFlattenedDocumentReturns<'a>
impl<'a> Debug for GetFlattenedDocumentReturns<'a>
Source§impl<'a> Default for GetFlattenedDocumentReturns<'a>
impl<'a> Default for GetFlattenedDocumentReturns<'a>
Source§fn default() -> GetFlattenedDocumentReturns<'a>
fn default() -> GetFlattenedDocumentReturns<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for GetFlattenedDocumentReturns<'a>
impl<'de, 'a> Deserialize<'de> for GetFlattenedDocumentReturns<'a>
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl<'a> Freeze for GetFlattenedDocumentReturns<'a>
impl<'a> RefUnwindSafe for GetFlattenedDocumentReturns<'a>
impl<'a> Send for GetFlattenedDocumentReturns<'a>
impl<'a> Sync for GetFlattenedDocumentReturns<'a>
impl<'a> Unpin for GetFlattenedDocumentReturns<'a>
impl<'a> UnsafeUnpin for GetFlattenedDocumentReturns<'a>
impl<'a> UnwindSafe for GetFlattenedDocumentReturns<'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