Struct headless_chrome::protocol::cdp::DOM::GetNodeStackTraces
source · pub struct GetNodeStackTraces {
pub node_id: NodeId,
}
Fields§
§node_id: NodeId
Trait Implementations§
source§impl Clone for GetNodeStackTraces
impl Clone for GetNodeStackTraces
source§fn clone(&self) -> GetNodeStackTraces
fn clone(&self) -> GetNodeStackTraces
Returns a copy 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 GetNodeStackTraces
impl Debug for GetNodeStackTraces
source§impl<'de> Deserialize<'de> for GetNodeStackTraces
impl<'de> Deserialize<'de> for GetNodeStackTraces
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 GetNodeStackTraces
impl Method for GetNodeStackTraces
const NAME: &'static str = "DOM.getNodeStackTraces"
type ReturnObject = GetNodeStackTracesReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where Self: Sized,
source§impl PartialEq for GetNodeStackTraces
impl PartialEq for GetNodeStackTraces
source§fn eq(&self, other: &GetNodeStackTraces) -> bool
fn eq(&self, other: &GetNodeStackTraces) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for GetNodeStackTraces
impl Serialize for GetNodeStackTraces
impl StructuralPartialEq for GetNodeStackTraces
Auto Trait Implementations§
impl RefUnwindSafe for GetNodeStackTraces
impl Send for GetNodeStackTraces
impl Sync for GetNodeStackTraces
impl Unpin for GetNodeStackTraces
impl UnwindSafe for GetNodeStackTraces
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