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