pub struct GetAnnotatedPageContentReturns<'a> { /* private fields */ }Expand description
Get the annotated page content for the main frame. This is an experimental command that is subject to change.
Implementations§
Trait Implementations§
Source§impl<'a> Clone for GetAnnotatedPageContentReturns<'a>
impl<'a> Clone for GetAnnotatedPageContentReturns<'a>
Source§fn clone(&self) -> GetAnnotatedPageContentReturns<'a>
fn clone(&self) -> GetAnnotatedPageContentReturns<'a>
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<'a> Debug for GetAnnotatedPageContentReturns<'a>
impl<'a> Debug for GetAnnotatedPageContentReturns<'a>
Source§impl<'a> Default for GetAnnotatedPageContentReturns<'a>
impl<'a> Default for GetAnnotatedPageContentReturns<'a>
Source§fn default() -> GetAnnotatedPageContentReturns<'a>
fn default() -> GetAnnotatedPageContentReturns<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for GetAnnotatedPageContentReturns<'a>
impl<'de, 'a> Deserialize<'de> for GetAnnotatedPageContentReturns<'a>
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<'a> Freeze for GetAnnotatedPageContentReturns<'a>
impl<'a> RefUnwindSafe for GetAnnotatedPageContentReturns<'a>
impl<'a> Send for GetAnnotatedPageContentReturns<'a>
impl<'a> Sync for GetAnnotatedPageContentReturns<'a>
impl<'a> Unpin for GetAnnotatedPageContentReturns<'a>
impl<'a> UnsafeUnpin for GetAnnotatedPageContentReturns<'a>
impl<'a> UnwindSafe for GetAnnotatedPageContentReturns<'a>
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