Struct headless_chrome::protocol::cdp::Target::GetTargetsReturnObject
source · pub struct GetTargetsReturnObject {
pub target_infos: Vec<TargetInfo>,
}Fields§
§target_infos: Vec<TargetInfo>Trait Implementations§
source§impl Clone for GetTargetsReturnObject
impl Clone for GetTargetsReturnObject
source§fn clone(&self) -> GetTargetsReturnObject
fn clone(&self) -> GetTargetsReturnObject
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 GetTargetsReturnObject
impl Debug for GetTargetsReturnObject
source§impl<'de> Deserialize<'de> for GetTargetsReturnObject
impl<'de> Deserialize<'de> for GetTargetsReturnObject
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 PartialEq<GetTargetsReturnObject> for GetTargetsReturnObject
impl PartialEq<GetTargetsReturnObject> for GetTargetsReturnObject
source§fn eq(&self, other: &GetTargetsReturnObject) -> bool
fn eq(&self, other: &GetTargetsReturnObject) -> bool
This method tests for
self and other values to be equal, and is used
by ==.