pub enum BubbleEffect {
Slam,
Loud,
Gentle,
InvisibleInk,
}Expand description
Bubble effects are effects that alter the display of the chat bubble.
Read more here.
Variants§
Trait Implementations§
source§impl Debug for BubbleEffect
impl Debug for BubbleEffect
source§impl PartialEq<BubbleEffect> for BubbleEffect
impl PartialEq<BubbleEffect> for BubbleEffect
source§fn eq(&self, other: &BubbleEffect) -> bool
fn eq(&self, other: &BubbleEffect) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for BubbleEffect
impl StructuralEq for BubbleEffect
impl StructuralPartialEq for BubbleEffect
Auto Trait Implementations§
impl RefUnwindSafe for BubbleEffect
impl Send for BubbleEffect
impl Sync for BubbleEffect
impl Unpin for BubbleEffect
impl UnwindSafe for BubbleEffect
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.