pub enum ChromeMouseEventType {
Down,
Up,
Move,
Enter,
Leave,
}Variants§
Trait Implementations§
Source§impl Clone for ChromeMouseEventType
impl Clone for ChromeMouseEventType
Source§fn clone(&self) -> ChromeMouseEventType
fn clone(&self) -> ChromeMouseEventType
Returns a duplicate 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 ChromeMouseEventType
impl Debug for ChromeMouseEventType
Source§impl From<ChromeMouseEventType> for MouseEventType
impl From<ChromeMouseEventType> for MouseEventType
Source§fn from(value: ChromeMouseEventType) -> Self
fn from(value: ChromeMouseEventType) -> Self
Converts to this type from the input type.
Source§impl From<MouseEventType> for ChromeMouseEventType
impl From<MouseEventType> for ChromeMouseEventType
Source§fn from(value: MouseEventType) -> Self
fn from(value: MouseEventType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChromeMouseEventType
impl PartialEq for ChromeMouseEventType
impl Copy for ChromeMouseEventType
impl Eq for ChromeMouseEventType
impl StructuralPartialEq for ChromeMouseEventType
Auto Trait Implementations§
impl Freeze for ChromeMouseEventType
impl RefUnwindSafe for ChromeMouseEventType
impl Send for ChromeMouseEventType
impl Sync for ChromeMouseEventType
impl Unpin for ChromeMouseEventType
impl UnsafeUnpin for ChromeMouseEventType
impl UnwindSafe for ChromeMouseEventType
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