pub struct DispatchMouseEventReturn {}Available on crate feature
Input only.Expand description
Dispatches a mouse event to the page.
Implementations§
Trait Implementations§
Source§impl Clone for DispatchMouseEventReturn
impl Clone for DispatchMouseEventReturn
Source§fn clone(&self) -> DispatchMouseEventReturn
fn clone(&self) -> DispatchMouseEventReturn
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 DispatchMouseEventReturn
impl Debug for DispatchMouseEventReturn
Source§impl Default for DispatchMouseEventReturn
impl Default for DispatchMouseEventReturn
Source§fn default() -> DispatchMouseEventReturn
fn default() -> DispatchMouseEventReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DispatchMouseEventReturn
impl<'de> Deserialize<'de> for DispatchMouseEventReturn
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
Auto Trait Implementations§
impl Freeze for DispatchMouseEventReturn
impl RefUnwindSafe for DispatchMouseEventReturn
impl Send for DispatchMouseEventReturn
impl Sync for DispatchMouseEventReturn
impl Unpin for DispatchMouseEventReturn
impl UnwindSafe for DispatchMouseEventReturn
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