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§
Auto Trait Implementations§
impl Freeze for TapbackAction
impl RefUnwindSafe for TapbackAction
impl Send for TapbackAction
impl Sync for TapbackAction
impl Unpin 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