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
Auto Trait Implementations§
impl RefUnwindSafe for GetDocumentParamsBuilder
impl Send for GetDocumentParamsBuilder
impl Sync for GetDocumentParamsBuilder
impl Unpin for GetDocumentParamsBuilder
impl UnwindSafe for GetDocumentParamsBuilder
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