pub enum HoverFxShape {
Circle,
Square,
RoundedRect,
Polygon,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for HoverFxShape
impl Clone for HoverFxShape
Source§fn clone(&self) -> HoverFxShape
fn clone(&self) -> HoverFxShape
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 moreimpl Copy for HoverFxShape
Source§impl Debug for HoverFxShape
impl Debug for HoverFxShape
Source§impl Default for HoverFxShape
impl Default for HoverFxShape
Source§fn default() -> HoverFxShape
fn default() -> HoverFxShape
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HoverFxShape
impl<'de> Deserialize<'de> for HoverFxShape
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
impl Eq for HoverFxShape
Source§impl PartialEq for HoverFxShape
impl PartialEq for HoverFxShape
Source§fn eq(&self, other: &HoverFxShape) -> bool
fn eq(&self, other: &HoverFxShape) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HoverFxShape
impl Serialize for HoverFxShape
impl StructuralPartialEq for HoverFxShape
Auto Trait Implementations§
impl Freeze for HoverFxShape
impl RefUnwindSafe for HoverFxShape
impl Send for HoverFxShape
impl Sync for HoverFxShape
impl Unpin for HoverFxShape
impl UnsafeUnpin for HoverFxShape
impl UnwindSafe for HoverFxShape
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