pub enum EmoteAnimationSetting {
Static,
Animated,
}
Available on crate feature
emote
only.Expand description
Formats for an emote.
Variants§
Trait Implementations§
Source§impl Clone for EmoteAnimationSetting
impl Clone for EmoteAnimationSetting
Source§fn clone(&self) -> EmoteAnimationSetting
fn clone(&self) -> EmoteAnimationSetting
Returns a copy 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 EmoteAnimationSetting
impl Debug for EmoteAnimationSetting
Source§impl<'de> Deserialize<'de> for EmoteAnimationSetting
impl<'de> Deserialize<'de> for EmoteAnimationSetting
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 Display for EmoteAnimationSetting
impl Display for EmoteAnimationSetting
Source§impl PartialEq for EmoteAnimationSetting
impl PartialEq for EmoteAnimationSetting
Source§impl Serialize for EmoteAnimationSetting
impl Serialize for EmoteAnimationSetting
impl Eq for EmoteAnimationSetting
impl StructuralPartialEq for EmoteAnimationSetting
Auto Trait Implementations§
impl Freeze for EmoteAnimationSetting
impl RefUnwindSafe for EmoteAnimationSetting
impl Send for EmoteAnimationSetting
impl Sync for EmoteAnimationSetting
impl Unpin for EmoteAnimationSetting
impl UnwindSafe for EmoteAnimationSetting
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)