Struct headless_chrome::protocol::cdp::DOM::GetNodeForLocation
source · pub struct GetNodeForLocation {
pub x: JsUInt,
pub y: JsUInt,
pub include_user_agent_shadow_dom: Option<bool>,
pub ignore_pointer_events_none: Option<bool>,
}Fields§
§x: JsUInt§y: JsUInt§include_user_agent_shadow_dom: Option<bool>§ignore_pointer_events_none: Option<bool>Trait Implementations§
source§impl Clone for GetNodeForLocation
impl Clone for GetNodeForLocation
source§fn clone(&self) -> GetNodeForLocation
fn clone(&self) -> GetNodeForLocation
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 GetNodeForLocation
impl Debug for GetNodeForLocation
source§impl<'de> Deserialize<'de> for GetNodeForLocation
impl<'de> Deserialize<'de> for GetNodeForLocation
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