pub enum TapbackAction {
Added,
Removed,
}Expand description
Tapback Action Container
Tapbacks can either be added or removed; this enum represents those states
Variants§
Trait Implementations§
Source§impl Debug for TapbackAction
impl Debug for TapbackAction
Source§impl PartialEq for TapbackAction
impl PartialEq for TapbackAction
impl Eq for TapbackAction
impl StructuralPartialEq for TapbackAction
Auto Trait Implementations§
impl Freeze for TapbackAction
impl RefUnwindSafe for TapbackAction
impl Send for TapbackAction
impl Sync for TapbackAction
impl Unpin for TapbackAction
impl UnsafeUnpin for TapbackAction
impl UnwindSafe for TapbackAction
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.