Enum webdriver::actions::KeyActionItem
source · pub enum KeyActionItem {
General(GeneralAction),
Key(KeyAction),
}
Variants§
General(GeneralAction)
Key(KeyAction)
Trait Implementations§
source§impl Debug for KeyActionItem
impl Debug for KeyActionItem
source§impl<'de> Deserialize<'de> for KeyActionItem
impl<'de> Deserialize<'de> for KeyActionItem
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 KeyActionItem
impl PartialEq for KeyActionItem
source§fn eq(&self, other: &KeyActionItem) -> bool
fn eq(&self, other: &KeyActionItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for KeyActionItem
impl Serialize for KeyActionItem
impl StructuralPartialEq for KeyActionItem
Auto Trait Implementations§
impl Freeze for KeyActionItem
impl RefUnwindSafe for KeyActionItem
impl Send for KeyActionItem
impl Sync for KeyActionItem
impl Unpin for KeyActionItem
impl UnwindSafe for KeyActionItem
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