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