Struct webdriver::command::ActionSequence  
                   
                       [−]
                   
               [src]
pub struct ActionSequence {
    pub id: Nullable<String>,
    pub actions: ActionsType,
}Fields
id: Nullable<String>
                           
                           
                           actions: ActionsType
                           Trait Implementations
impl PartialEq for ActionSequence[src]
fn eq(&self, __arg_0: &ActionSequence) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ActionSequence) -> bool
This method tests for !=.