Struct webdriver::command::ActionsParameters [−][src]
pub struct ActionsParameters { pub actions: Vec<ActionSequence>, }
Fields
actions: Vec<ActionSequence>
Trait Implementations
impl Debug for ActionsParameters
[src]
impl Debug for ActionsParameters
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 ActionsParameters
[src]
impl PartialEq for ActionsParameters
fn eq(&self, other: &ActionsParameters) -> bool
[src]
fn eq(&self, other: &ActionsParameters) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ActionsParameters) -> bool
[src]
fn ne(&self, other: &ActionsParameters) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for ActionsParameters
impl Send for ActionsParameters
impl Sync for ActionsParameters
impl Sync for ActionsParameters