pub enum ScreenEffect {
Confetti,
Echo,
Fireworks,
Balloons,
Heart,
Lasers,
ShootingStar,
Sparkles,
Spotlight,
}Expand description
Screen effects are effects that alter the entire background of the message view.
Read more here.
Variants§
Trait Implementations§
source§impl Debug for ScreenEffect
impl Debug for ScreenEffect
source§impl PartialEq for ScreenEffect
impl PartialEq for ScreenEffect
impl Eq for ScreenEffect
impl StructuralPartialEq for ScreenEffect
Auto Trait Implementations§
impl Freeze for ScreenEffect
impl RefUnwindSafe for ScreenEffect
impl Send for ScreenEffect
impl Sync for ScreenEffect
impl Unpin for ScreenEffect
impl UnwindSafe for ScreenEffect
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.