pub struct GetFlattenedDocument {
pub depth: Option<JsUInt>,
pub pierce: Option<bool>,
}Fields§
§depth: Option<JsUInt>§pierce: Option<bool>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 Debug for GetFlattenedDocument
impl Debug for GetFlattenedDocument
Source§impl<'de> Deserialize<'de> for GetFlattenedDocument
impl<'de> Deserialize<'de> for GetFlattenedDocument
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
Source§impl Method for GetFlattenedDocument
impl Method for GetFlattenedDocument
const NAME: &'static str = "DOM.getFlattenedDocument"
type ReturnObject = GetFlattenedDocumentReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetFlattenedDocument
impl PartialEq for GetFlattenedDocument
Source§impl Serialize for GetFlattenedDocument
impl Serialize for GetFlattenedDocument
impl StructuralPartialEq 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