pub enum ActivateReason {
Pointer,
Keyboard,
}Expand description
Why an element was activated.
Variants§
Trait Implementations§
Source§impl Clone for ActivateReason
impl Clone for ActivateReason
Source§fn clone(&self) -> ActivateReason
fn clone(&self) -> ActivateReason
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 ActivateReason
impl Debug for ActivateReason
Source§impl PartialEq for ActivateReason
impl PartialEq for ActivateReason
impl Copy for ActivateReason
impl Eq for ActivateReason
impl StructuralPartialEq for ActivateReason
Auto Trait Implementations§
impl Freeze for ActivateReason
impl RefUnwindSafe for ActivateReason
impl Send for ActivateReason
impl Sync for ActivateReason
impl Unpin for ActivateReason
impl UnsafeUnpin for ActivateReason
impl UnwindSafe for ActivateReason
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