Struct headless_chrome::protocol::cdp::Target::TargetInfo
source · pub struct TargetInfo {
pub target_id: TargetID,
pub Type: String,
pub title: String,
pub url: String,
pub attached: bool,
pub opener_id: Option<TargetID>,
pub can_access_opener: bool,
pub opener_frame_id: Option<FrameId>,
pub browser_context_id: Option<BrowserContextID>,
}Fields§
§target_id: TargetID§Type: String§title: String§url: String§attached: bool§opener_id: Option<TargetID>§can_access_opener: bool§opener_frame_id: Option<FrameId>§browser_context_id: Option<BrowserContextID>Trait Implementations§
source§impl Clone for TargetInfo
impl Clone for TargetInfo
source§fn clone(&self) -> TargetInfo
fn clone(&self) -> TargetInfo
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 TargetInfo
impl Debug for TargetInfo
source§impl<'de> Deserialize<'de> for TargetInfo
impl<'de> Deserialize<'de> for TargetInfo
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