pub struct BrowserGetVersionParams {}Expand description
Typed params for Browser.getVersion.
Trait Implementations§
Source§impl Clone for BrowserGetVersionParams
impl Clone for BrowserGetVersionParams
Source§fn clone(&self) -> BrowserGetVersionParams
fn clone(&self) -> BrowserGetVersionParams
Returns a duplicate 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 BrowserGetVersionParams
impl Command for BrowserGetVersionParams
Source§type Params = BrowserGetVersionParams
type Params = BrowserGetVersionParams
Command parameters.
Source§type Output = BrowserVersion
type Output = BrowserVersion
Command result.
Source§impl Debug for BrowserGetVersionParams
impl Debug for BrowserGetVersionParams
Source§impl Default for BrowserGetVersionParams
impl Default for BrowserGetVersionParams
Source§fn default() -> BrowserGetVersionParams
fn default() -> BrowserGetVersionParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BrowserGetVersionParams
impl<'de> Deserialize<'de> for BrowserGetVersionParams
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 for BrowserGetVersionParams
impl PartialEq for BrowserGetVersionParams
Source§impl Serialize for BrowserGetVersionParams
impl Serialize for BrowserGetVersionParams
impl Eq for BrowserGetVersionParams
impl StructuralPartialEq for BrowserGetVersionParams
Auto Trait Implementations§
impl Freeze for BrowserGetVersionParams
impl RefUnwindSafe for BrowserGetVersionParams
impl Send for BrowserGetVersionParams
impl Sync for BrowserGetVersionParams
impl Unpin for BrowserGetVersionParams
impl UnsafeUnpin for BrowserGetVersionParams
impl UnwindSafe for BrowserGetVersionParams
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