pub enum TriggerHappy {
Show 40 variants
_1,
_2,
_3,
_4,
_5,
_6,
_7,
_8,
_9,
_10,
_11,
_12,
_13,
_14,
_15,
_16,
_17,
_18,
_19,
_20,
_21,
_22,
_23,
_24,
_25,
_26,
_27,
_28,
_29,
_30,
_31,
_32,
_33,
_34,
_35,
_36,
_37,
_38,
_39,
_40,
}Variants§
_1
_2
_3
_4
_5
_6
_7
_8
_9
_10
_11
_12
_13
_14
_15
_16
_17
_18
_19
_20
_21
_22
_23
_24
_25
_26
_27
_28
_29
_30
_31
_32
_33
_34
_35
_36
_37
_38
_39
_40
Implementations§
Source§impl TriggerHappy
impl TriggerHappy
pub fn iter_variants() -> TriggerHappyVariants ⓘ
Trait Implementations§
Source§impl Clone for TriggerHappy
impl Clone for TriggerHappy
Source§fn clone(&self) -> TriggerHappy
fn clone(&self) -> TriggerHappy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TriggerHappy
Source§impl Debug for TriggerHappy
impl Debug for TriggerHappy
impl Eq for TriggerHappy
Source§impl Hash for TriggerHappy
impl Hash for TriggerHappy
Source§impl Into<Event> for TriggerHappy
impl Into<Event> for TriggerHappy
Source§impl PartialEq for TriggerHappy
impl PartialEq for TriggerHappy
impl Press for TriggerHappy
impl Release for TriggerHappy
impl StructuralPartialEq for TriggerHappy
Auto Trait Implementations§
impl Freeze for TriggerHappy
impl RefUnwindSafe for TriggerHappy
impl Send for TriggerHappy
impl Sync for TriggerHappy
impl Unpin for TriggerHappy
impl UnsafeUnpin for TriggerHappy
impl UnwindSafe for TriggerHappy
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