pub struct GetVersionReturn { /* private fields */ }
Available on crate feature
Browser
only.Expand description
Returns version information.
Implementations§
Source§impl GetVersionReturn
impl GetVersionReturn
pub fn builder() -> GetVersionReturnBuilder
Sourcepub fn protocol_version(&self) -> &str
pub fn protocol_version(&self) -> &str
Protocol version.
Sourcepub fn user_agent(&self) -> &str
pub fn user_agent(&self) -> &str
User-Agent.
Sourcepub fn js_version(&self) -> &str
pub fn js_version(&self) -> &str
V8 version.
Trait Implementations§
Source§impl Clone for GetVersionReturn
impl Clone for GetVersionReturn
Source§fn clone(&self) -> GetVersionReturn
fn clone(&self) -> GetVersionReturn
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 Debug for GetVersionReturn
impl Debug for GetVersionReturn
Source§impl<'de> Deserialize<'de> for GetVersionReturn
impl<'de> Deserialize<'de> for GetVersionReturn
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
Auto Trait Implementations§
impl Freeze for GetVersionReturn
impl RefUnwindSafe for GetVersionReturn
impl Send for GetVersionReturn
impl Sync for GetVersionReturn
impl Unpin for GetVersionReturn
impl UnwindSafe for GetVersionReturn
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