pub enum StickerEffect {
Normal,
Outline,
Comic,
Puffy,
Shiny,
Other(String),
}Expand description
Represents different types of sticker effects that can be applied to sticker iMessage balloons.
Variants§
Normal
Sticker sent with no effect
Outline
Internally referred to as stroke
Comic
Puffy
Shiny
Internally referred to as iridescent
Other(String)
Trait Implementations§
Source§impl Debug for StickerEffect
impl Debug for StickerEffect
Source§impl Default for StickerEffect
impl Default for StickerEffect
Source§impl Display for StickerEffect
impl Display for StickerEffect
Source§impl PartialEq for StickerEffect
impl PartialEq for StickerEffect
impl Eq for StickerEffect
impl StructuralPartialEq for StickerEffect
Auto Trait Implementations§
impl Freeze for StickerEffect
impl RefUnwindSafe for StickerEffect
impl Send for StickerEffect
impl Sync for StickerEffect
impl Unpin for StickerEffect
impl UnwindSafe for StickerEffect
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.