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