Struct webdriver::command::ActionsParameters
source · pub struct ActionsParameters {
pub actions: Vec<ActionSequence>,
}
Fields§
§actions: Vec<ActionSequence>
Trait Implementations§
source§impl Debug for ActionsParameters
impl Debug for ActionsParameters
source§impl<'de> Deserialize<'de> for ActionsParameters
impl<'de> Deserialize<'de> for ActionsParameters
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 ActionsParameters
impl PartialEq for ActionsParameters
source§fn eq(&self, other: &ActionsParameters) -> bool
fn eq(&self, other: &ActionsParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ActionsParameters
impl Serialize for ActionsParameters
impl StructuralPartialEq for ActionsParameters
Auto Trait Implementations§
impl Freeze for ActionsParameters
impl RefUnwindSafe for ActionsParameters
impl Send for ActionsParameters
impl Sync for ActionsParameters
impl Unpin for ActionsParameters
impl UnwindSafe for ActionsParameters
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