pub struct GetSnapshotCommandBuilder { /* private fields */ }๐Deprecated
Available on crate features
experimental and DOMSnapshot and CSS and DOM and DOMDebugger and Page only.Implementationsยง
Sourceยงimpl GetSnapshotCommandBuilder
impl GetSnapshotCommandBuilder
Sourcepub fn computed_style_whitelist(&mut self, v: Vec<String>) -> &mut Self
๐Deprecated
pub fn computed_style_whitelist(&mut self, v: Vec<String>) -> &mut Self
Whitelist of computed styles to return.
Sourcepub fn include_event_listeners(&mut self, v: bool) -> &mut Self
๐Deprecated
pub fn include_event_listeners(&mut self, v: bool) -> &mut Self
Whether or not to retrieve details of DOM listeners (default false).
Sourcepub fn include_paint_order(&mut self, v: bool) -> &mut Self
๐Deprecated
pub fn include_paint_order(&mut self, v: bool) -> &mut Self
Whether to determine and include the paint order index of LayoutTreeNodes (default false).
Sourcepub fn include_user_agent_shadow_tree(&mut self, v: bool) -> &mut Self
๐Deprecated
pub fn include_user_agent_shadow_tree(&mut self, v: bool) -> &mut Self
Whether to include UA shadow tree in the snapshot (default false).
pub fn build(&mut self) -> Result<GetSnapshotCommand, &'static str>
๐Deprecated
Trait Implementationsยง
Sourceยงimpl Clone for GetSnapshotCommandBuilder
impl Clone for GetSnapshotCommandBuilder
Sourceยงfn clone(&self) -> GetSnapshotCommandBuilder
fn clone(&self) -> GetSnapshotCommandBuilder
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 GetSnapshotCommandBuilder
impl Debug for GetSnapshotCommandBuilder
Auto Trait Implementationsยง
impl Freeze for GetSnapshotCommandBuilder
impl RefUnwindSafe for GetSnapshotCommandBuilder
impl Send for GetSnapshotCommandBuilder
impl Sync for GetSnapshotCommandBuilder
impl Unpin for GetSnapshotCommandBuilder
impl UnwindSafe for GetSnapshotCommandBuilder
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