pub struct GetOuterHtmlCommand { /* private fields */ }Available on crate features
DOM and Runtime only.Expand description
Returns node’s HTML markup.
Implementations§
Source§impl GetOuterHtmlCommand
impl GetOuterHtmlCommand
pub fn new( node_id: Option<NodeId>, backend_node_id: Option<BackendNodeId>, object_id: Option<RemoteObjectId>, ) -> Self
Sourcepub fn backend_node_id(&self) -> Option<&BackendNodeId>
pub fn backend_node_id(&self) -> Option<&BackendNodeId>
Identifier of the backend node.
Sourcepub fn object_id(&self) -> Option<&RemoteObjectId>
pub fn object_id(&self) -> Option<&RemoteObjectId>
JavaScript object id of the node wrapper.
Trait Implementations§
Source§impl Clone for GetOuterHtmlCommand
impl Clone for GetOuterHtmlCommand
Source§fn clone(&self) -> GetOuterHtmlCommand
fn clone(&self) -> GetOuterHtmlCommand
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 Command for GetOuterHtmlCommand
impl Command for GetOuterHtmlCommand
Source§impl Debug for GetOuterHtmlCommand
impl Debug for GetOuterHtmlCommand
Source§impl<'de> Deserialize<'de> for GetOuterHtmlCommand
impl<'de> Deserialize<'de> for GetOuterHtmlCommand
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 GetOuterHtmlCommand
impl RefUnwindSafe for GetOuterHtmlCommand
impl Send for GetOuterHtmlCommand
impl Sync for GetOuterHtmlCommand
impl Unpin for GetOuterHtmlCommand
impl UnwindSafe for GetOuterHtmlCommand
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