Struct headless_chrome::protocol::cdp::Target::events::AttachedToTargetEvent
source · pub struct AttachedToTargetEvent {
pub params: AttachedToTargetEventParams,
}Fields§
§params: AttachedToTargetEventParamsTrait Implementations§
source§impl Clone for AttachedToTargetEvent
impl Clone for AttachedToTargetEvent
source§fn clone(&self) -> AttachedToTargetEvent
fn clone(&self) -> AttachedToTargetEvent
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 AttachedToTargetEvent
impl Debug for AttachedToTargetEvent
source§impl<'de> Deserialize<'de> for AttachedToTargetEvent
impl<'de> Deserialize<'de> for AttachedToTargetEvent
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