pub struct GetAnnotatedPageContentParams { /* private fields */ }Expand description
Get the annotated page content for the main frame. This is an experimental command that is subject to change.
Implementations§
Source§impl GetAnnotatedPageContentParams
impl GetAnnotatedPageContentParams
Sourcepub fn builder() -> GetAnnotatedPageContentParamsBuilder
pub fn builder() -> GetAnnotatedPageContentParamsBuilder
Creates a builder for this type.
Sourcepub fn include_actionable_information(&self) -> Option<bool>
pub fn include_actionable_information(&self) -> Option<bool>
Whether to include actionable information. Defaults to true.
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for GetAnnotatedPageContentParams
impl<'a> CdpCommand<'a> for GetAnnotatedPageContentParams
Source§impl Clone for GetAnnotatedPageContentParams
impl Clone for GetAnnotatedPageContentParams
Source§fn clone(&self) -> GetAnnotatedPageContentParams
fn clone(&self) -> GetAnnotatedPageContentParams
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 Default for GetAnnotatedPageContentParams
impl Default for GetAnnotatedPageContentParams
Source§fn default() -> GetAnnotatedPageContentParams
fn default() -> GetAnnotatedPageContentParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAnnotatedPageContentParams
impl<'de> Deserialize<'de> for GetAnnotatedPageContentParams
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 Freeze for GetAnnotatedPageContentParams
impl RefUnwindSafe for GetAnnotatedPageContentParams
impl Send for GetAnnotatedPageContentParams
impl Sync for GetAnnotatedPageContentParams
impl Unpin for GetAnnotatedPageContentParams
impl UnsafeUnpin for GetAnnotatedPageContentParams
impl UnwindSafe for GetAnnotatedPageContentParams
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