pub enum HoverFxTextAnimationSource {
HoverFx,
TextFx,
Auto,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for HoverFxTextAnimationSource
impl Clone for HoverFxTextAnimationSource
Source§fn clone(&self) -> HoverFxTextAnimationSource
fn clone(&self) -> HoverFxTextAnimationSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HoverFxTextAnimationSource
impl Debug for HoverFxTextAnimationSource
Source§impl Default for HoverFxTextAnimationSource
impl Default for HoverFxTextAnimationSource
Source§impl<'de> Deserialize<'de> for HoverFxTextAnimationSource
impl<'de> Deserialize<'de> for HoverFxTextAnimationSource
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 HoverFxTextAnimationSource
impl PartialEq for HoverFxTextAnimationSource
Source§fn eq(&self, other: &HoverFxTextAnimationSource) -> bool
fn eq(&self, other: &HoverFxTextAnimationSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HoverFxTextAnimationSource
impl Eq for HoverFxTextAnimationSource
impl StructuralPartialEq for HoverFxTextAnimationSource
Auto Trait Implementations§
impl Freeze for HoverFxTextAnimationSource
impl RefUnwindSafe for HoverFxTextAnimationSource
impl Send for HoverFxTextAnimationSource
impl Sync for HoverFxTextAnimationSource
impl Unpin for HoverFxTextAnimationSource
impl UnsafeUnpin for HoverFxTextAnimationSource
impl UnwindSafe for HoverFxTextAnimationSource
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