pub struct LegacyNewSessionParameters {
pub desired: Capabilities,
pub required: Capabilities,
}
Fields§
§desired: Capabilities
§required: Capabilities
Trait Implementations§
source§impl CapabilitiesMatching for LegacyNewSessionParameters
impl CapabilitiesMatching for LegacyNewSessionParameters
source§fn match_browser<T: BrowserCapabilities>(
&self,
browser_capabilities: &mut T,
) -> WebDriverResult<Option<Capabilities>>
fn match_browser<T: BrowserCapabilities>( &self, browser_capabilities: &mut T, ) -> WebDriverResult<Option<Capabilities>>
Match the BrowserCapabilities against some candidate capabilites Read more
source§impl Debug for LegacyNewSessionParameters
impl Debug for LegacyNewSessionParameters
source§impl<'de> Deserialize<'de> for LegacyNewSessionParameters
impl<'de> Deserialize<'de> for LegacyNewSessionParameters
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 LegacyNewSessionParameters
impl PartialEq for LegacyNewSessionParameters
source§fn eq(&self, other: &LegacyNewSessionParameters) -> bool
fn eq(&self, other: &LegacyNewSessionParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LegacyNewSessionParameters
Auto Trait Implementations§
impl Freeze for LegacyNewSessionParameters
impl RefUnwindSafe for LegacyNewSessionParameters
impl Send for LegacyNewSessionParameters
impl Sync for LegacyNewSessionParameters
impl Unpin for LegacyNewSessionParameters
impl UnwindSafe for LegacyNewSessionParameters
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