pub struct GetOuterHTMLParams<'a> { /* private fields */ }Expand description
Returns node’s HTML markup.
Implementations§
Source§impl<'a> GetOuterHTMLParams<'a>
impl<'a> GetOuterHTMLParams<'a>
pub fn builder() -> GetOuterHTMLParamsBuilder<'a>
pub fn nodeId(&self) -> Option<&NodeId>
pub fn backendNodeId(&self) -> Option<&BackendNodeId>
pub fn objectId(&self) -> Option<&RemoteObjectId<'a>>
pub fn includeShadowDOM(&self) -> Option<bool>
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for GetOuterHTMLParams<'a>
impl<'a> CdpCommand<'a> for GetOuterHTMLParams<'a>
Source§impl<'a> Clone for GetOuterHTMLParams<'a>
impl<'a> Clone for GetOuterHTMLParams<'a>
Source§fn clone(&self) -> GetOuterHTMLParams<'a>
fn clone(&self) -> GetOuterHTMLParams<'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 GetOuterHTMLParams<'a>
impl<'a> Debug for GetOuterHTMLParams<'a>
Source§impl<'a> Default for GetOuterHTMLParams<'a>
impl<'a> Default for GetOuterHTMLParams<'a>
Source§fn default() -> GetOuterHTMLParams<'a>
fn default() -> GetOuterHTMLParams<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for GetOuterHTMLParams<'a>
impl<'de, 'a> Deserialize<'de> for GetOuterHTMLParams<'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 GetOuterHTMLParams<'a>
impl<'a> RefUnwindSafe for GetOuterHTMLParams<'a>
impl<'a> Send for GetOuterHTMLParams<'a>
impl<'a> Sync for GetOuterHTMLParams<'a>
impl<'a> Unpin for GetOuterHTMLParams<'a>
impl<'a> UnsafeUnpin for GetOuterHTMLParams<'a>
impl<'a> UnwindSafe for GetOuterHTMLParams<'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