pub enum InputDispatchPhase {
Bubble,
Preview,
Capture,
}Variants§
Trait Implementations§
Source§impl Clone for InputDispatchPhase
impl Clone for InputDispatchPhase
Source§fn clone(&self) -> InputDispatchPhase
fn clone(&self) -> InputDispatchPhase
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 InputDispatchPhase
impl Debug for InputDispatchPhase
Source§impl Default for InputDispatchPhase
impl Default for InputDispatchPhase
Source§fn default() -> InputDispatchPhase
fn default() -> InputDispatchPhase
Returns the “default value” for a type. Read more
Source§impl PartialEq for InputDispatchPhase
impl PartialEq for InputDispatchPhase
impl Copy for InputDispatchPhase
impl Eq for InputDispatchPhase
impl StructuralPartialEq for InputDispatchPhase
Auto Trait Implementations§
impl Freeze for InputDispatchPhase
impl RefUnwindSafe for InputDispatchPhase
impl Send for InputDispatchPhase
impl Sync for InputDispatchPhase
impl Unpin for InputDispatchPhase
impl UnsafeUnpin for InputDispatchPhase
impl UnwindSafe for InputDispatchPhase
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