Enum webdriver::actions::PointerOrigin
source · pub enum PointerOrigin {
Element(WebElement),
Pointer,
Viewport,
}
Variants§
Trait Implementations§
source§impl Clone for PointerOrigin
impl Clone for PointerOrigin
source§fn clone(&self) -> PointerOrigin
fn clone(&self) -> PointerOrigin
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PointerOrigin
impl Debug for PointerOrigin
source§impl Default for PointerOrigin
impl Default for PointerOrigin
source§fn default() -> PointerOrigin
fn default() -> PointerOrigin
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PointerOrigin
impl<'de> Deserialize<'de> for PointerOrigin
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 PointerOrigin
impl PartialEq for PointerOrigin
source§fn eq(&self, other: &PointerOrigin) -> bool
fn eq(&self, other: &PointerOrigin) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PointerOrigin
impl Serialize for PointerOrigin
impl StructuralPartialEq for PointerOrigin
Auto Trait Implementations§
impl Freeze for PointerOrigin
impl RefUnwindSafe for PointerOrigin
impl Send for PointerOrigin
impl Sync for PointerOrigin
impl Unpin for PointerOrigin
impl UnwindSafe for PointerOrigin
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