pub enum HoverAnimation {
Grow,
Tilt,
Buzz,
}
Variants§
Implementations§
Source§impl HoverAnimation
impl HoverAnimation
Trait Implementations§
Source§impl Clone for HoverAnimation
impl Clone for HoverAnimation
Source§fn clone(&self) -> HoverAnimation
fn clone(&self) -> HoverAnimation
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 HoverAnimation
impl Debug for HoverAnimation
Source§impl<'de> Deserialize<'de> for HoverAnimation
impl<'de> Deserialize<'de> for HoverAnimation
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 HoverAnimation
impl Display for HoverAnimation
Source§impl PartialEq for HoverAnimation
impl PartialEq for HoverAnimation
Source§impl Serialize for HoverAnimation
impl Serialize for HoverAnimation
impl Copy for HoverAnimation
impl StructuralPartialEq for HoverAnimation
Auto Trait Implementations§
impl Freeze for HoverAnimation
impl RefUnwindSafe for HoverAnimation
impl Send for HoverAnimation
impl Sync for HoverAnimation
impl Unpin for HoverAnimation
impl UnwindSafe for HoverAnimation
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