#[repr(i16)]pub enum EmoteFetchType {
All = 0,
Custom = 1,
Platform = 2,
}Expand description
Types of emotes to fetch
Variants§
All = 0
Get platform-level emoticons and custom emoticons corresponding to channel IDs
Custom = 1
Get the custom emoji corresponding to the channel IDs
Platform = 2
Get platform-level emoticons.
Trait Implementations§
Source§impl Debug for EmoteFetchType
impl Debug for EmoteFetchType
Source§impl Default for EmoteFetchType
impl Default for EmoteFetchType
Source§impl<'de> Deserialize<'de> for EmoteFetchType
impl<'de> Deserialize<'de> for EmoteFetchType
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
Source§impl PartialEq for EmoteFetchType
impl PartialEq for EmoteFetchType
Source§impl Serialize for EmoteFetchType
impl Serialize for EmoteFetchType
impl Eq for EmoteFetchType
impl StructuralPartialEq for EmoteFetchType
Auto Trait Implementations§
impl Freeze for EmoteFetchType
impl RefUnwindSafe for EmoteFetchType
impl Send for EmoteFetchType
impl Sync for EmoteFetchType
impl Unpin for EmoteFetchType
impl UnwindSafe for EmoteFetchType
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