Struct webdriver::command::SwitchToWindowParameters [−][src]
pub struct SwitchToWindowParameters { pub handle: String, }
Fields
handle: String
Trait Implementations
impl Debug for SwitchToWindowParameters
[src]
impl Debug for SwitchToWindowParameters
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for SwitchToWindowParameters
[src]
impl PartialEq for SwitchToWindowParameters
fn eq(&self, other: &SwitchToWindowParameters) -> bool
[src]
fn eq(&self, other: &SwitchToWindowParameters) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &SwitchToWindowParameters) -> bool
[src]
fn ne(&self, other: &SwitchToWindowParameters) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for SwitchToWindowParameters
impl Send for SwitchToWindowParameters
impl Sync for SwitchToWindowParameters
impl Sync for SwitchToWindowParameters