Struct chromiumoxide::cdp::browser_protocol::dom::GetDocumentParamsBuilder
source · pub struct GetDocumentParamsBuilder { /* private fields */ }Implementations§
source§impl GetDocumentParamsBuilder
impl GetDocumentParamsBuilder
pub fn depth(self, depth: impl Into<i64>) -> GetDocumentParamsBuilder
pub fn pierce(self, pierce: impl Into<bool>) -> GetDocumentParamsBuilder
pub fn build(self) -> GetDocumentParams
Trait Implementations§
source§impl Clone for GetDocumentParamsBuilder
impl Clone for GetDocumentParamsBuilder
source§fn clone(&self) -> GetDocumentParamsBuilder
fn clone(&self) -> GetDocumentParamsBuilder
Returns a copy 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 GetDocumentParamsBuilder
impl Default for GetDocumentParamsBuilder
source§fn default() -> GetDocumentParamsBuilder
fn default() -> GetDocumentParamsBuilder
Returns the “default value” for a type. Read more