pub struct ChannelEmoteData {
pub id: String,
pub name: String,
pub images: EmoteStaticImages,
pub tier: String,
pub emote_type: EmoteType,
pub emote_set_id: String,
pub format: Vec<EmoteFormat>,
pub scale: Vec<String>,
pub theme_mode: Vec<ThemeMode>,
}Fields§
§id: String§name: String§images: EmoteStaticImages§tier: String§emote_type: EmoteType§emote_set_id: String§format: Vec<EmoteFormat>§scale: Vec<String>§theme_mode: Vec<ThemeMode>Trait Implementations§
Source§impl Clone for ChannelEmoteData
impl Clone for ChannelEmoteData
Source§fn clone(&self) -> ChannelEmoteData
fn clone(&self) -> ChannelEmoteData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ChannelEmoteData
impl Debug for ChannelEmoteData
Source§impl<'de> Deserialize<'de> for ChannelEmoteData
impl<'de> Deserialize<'de> for ChannelEmoteData
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 Into<EmoteData> for ChannelEmoteData
impl Into<EmoteData> for ChannelEmoteData
Auto Trait Implementations§
impl Freeze for ChannelEmoteData
impl RefUnwindSafe for ChannelEmoteData
impl Send for ChannelEmoteData
impl Sync for ChannelEmoteData
impl Unpin for ChannelEmoteData
impl UnwindSafe for ChannelEmoteData
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