Struct headless_chrome::protocol::cdp::Emulation::UserAgentMetadata
source · pub struct UserAgentMetadata {
pub brands: Option<Vec<UserAgentBrandVersion>>,
pub full_version_list: Option<Vec<UserAgentBrandVersion>>,
pub full_version: Option<String>,
pub platform: String,
pub platform_version: String,
pub architecture: String,
pub model: String,
pub mobile: bool,
}Fields§
§brands: Option<Vec<UserAgentBrandVersion>>§full_version_list: Option<Vec<UserAgentBrandVersion>>§full_version: Option<String>§platform: String§platform_version: String§architecture: String§model: String§mobile: boolTrait Implementations§
source§impl Clone for UserAgentMetadata
impl Clone for UserAgentMetadata
source§fn clone(&self) -> UserAgentMetadata
fn clone(&self) -> UserAgentMetadata
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 UserAgentMetadata
impl Debug for UserAgentMetadata
source§impl<'de> Deserialize<'de> for UserAgentMetadata
impl<'de> Deserialize<'de> for UserAgentMetadata
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