Struct chromiumoxide_cdp::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<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 Method for GetVersionParams
impl Method for GetVersionParams
source§fn identifier(&self) -> MethodId
fn identifier(&self) -> MethodId
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 for GetVersionParams
impl PartialEq 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
impl StructuralPartialEq for GetVersionParams
Auto Trait Implementations§
impl RefUnwindSafe for GetVersionParams
impl Send for GetVersionParams
impl Sync for GetVersionParams
impl Unpin for GetVersionParams
impl UnwindSafe for GetVersionParams
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more