pub struct GetAnnotatedPageContent {
pub include_actionable_information: Option<bool>,
}Expand description
Get the annotated page content for the main frame. This is an experimental command that is subject to change.
Fields§
§include_actionable_information: Option<bool>Whether to include actionable information. Defaults to true.
Trait Implementations§
Source§impl Clone for GetAnnotatedPageContent
impl Clone for GetAnnotatedPageContent
Source§fn clone(&self) -> GetAnnotatedPageContent
fn clone(&self) -> GetAnnotatedPageContent
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 GetAnnotatedPageContent
impl Debug for GetAnnotatedPageContent
Source§impl<'de> Deserialize<'de> for GetAnnotatedPageContent
impl<'de> Deserialize<'de> for GetAnnotatedPageContent
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 GetAnnotatedPageContent
impl Method for GetAnnotatedPageContent
const NAME: &'static str = "Page.getAnnotatedPageContent"
type ReturnObject = GetAnnotatedPageContentReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetAnnotatedPageContent
impl PartialEq for GetAnnotatedPageContent
Source§impl Serialize for GetAnnotatedPageContent
impl Serialize for GetAnnotatedPageContent
impl StructuralPartialEq for GetAnnotatedPageContent
Auto Trait Implementations§
impl Freeze for GetAnnotatedPageContent
impl RefUnwindSafe for GetAnnotatedPageContent
impl Send for GetAnnotatedPageContent
impl Sync for GetAnnotatedPageContent
impl Unpin for GetAnnotatedPageContent
impl UnsafeUnpin for GetAnnotatedPageContent
impl UnwindSafe for GetAnnotatedPageContent
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