pub enum EmoteType {
Show 14 variants
BitsTier,
Follower,
Subscriptions,
Global,
Prime,
Turbo,
Smilies,
LimitedTime,
Rewards,
None,
Owl2019,
HypeTrain,
PSTGasm,
TwoFactor,
}Variants§
BitsTier
Follower
Subscriptions
Global
Prime
Turbo
Smilies
LimitedTime
Rewards
None
Owl2019
HypeTrain
PSTGasm
TwoFactor
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EmoteType
impl<'de> Deserialize<'de> for EmoteType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EmoteType
impl RefUnwindSafe for EmoteType
impl Send for EmoteType
impl Sync for EmoteType
impl Unpin for EmoteType
impl UnwindSafe for EmoteType
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