Struct chromiumoxide::cdp::browser_protocol::browser::GetVersionParams
source · pub struct GetVersionParams {}Expand description
Returns version information. getVersion
Implementations§
source§impl GetVersionParams
impl GetVersionParams
pub const IDENTIFIER: &'static str = "Browser.getVersion"
Trait Implementations§
source§impl Clone for GetVersionParams
impl Clone for GetVersionParams
source§fn clone(&self) -> GetVersionParams
fn clone(&self) -> GetVersionParams
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 Command for GetVersionParams
impl Command for GetVersionParams
§type Response = GetVersionReturns
type Response = GetVersionReturns
The type of the response this request triggers on the chromium server
source§impl Debug for GetVersionParams
impl Debug for GetVersionParams
source§impl Default for GetVersionParams
impl Default for GetVersionParams
source§fn default() -> GetVersionParams
fn default() -> GetVersionParams
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GetVersionParams
impl<'de> Deserialize<'de> for GetVersionParams
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<GetVersionParams, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<GetVersionParams, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Method for GetVersionParams
impl Method for GetVersionParams
source§fn identifier(&self) -> Cow<'static, str>
fn identifier(&self) -> Cow<'static, str>
The whole string identifier for this method like:
DOM.removeNodesource§fn domain_name(&self) -> Cow<'static, str>
fn domain_name(&self) -> Cow<'static, str>
The name of the domain this method belongs to:
DOMsource§fn method_name(&self) -> Cow<'static, str>
fn method_name(&self) -> Cow<'static, str>
The standalone identifier of the method inside the domain:
removeNodesource§impl MethodType for GetVersionParams
impl MethodType for GetVersionParams
source§impl PartialEq<GetVersionParams> for GetVersionParams
impl PartialEq<GetVersionParams> for GetVersionParams
source§fn eq(&self, other: &GetVersionParams) -> bool
fn eq(&self, other: &GetVersionParams) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GetVersionParams
impl Serialize for GetVersionParams
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more