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§
Slam
Creates a slam effect that makes the bubble appear to slam down onto the screen.
Loud
Creates a loud effect that makes the bubble appear to enlarge temporarily.
Gentle
Creates a gentle effect that makes the bubble appear to shrink temporarily.
InvisibleInk
Creates an invisible ink effect that hides the message until the recipient swipes over it.
Trait Implementations§
Source§impl Debug for BubbleEffect
impl Debug for BubbleEffect
Source§impl PartialEq for BubbleEffect
impl PartialEq for BubbleEffect
impl Eq for BubbleEffect
impl StructuralPartialEq for BubbleEffect
Auto Trait Implementations§
impl Freeze for BubbleEffect
impl RefUnwindSafe for BubbleEffect
impl Send for BubbleEffect
impl Sync for BubbleEffect
impl Unpin for BubbleEffect
impl UnwindSafe for BubbleEffect
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.