pub enum InteractionTone {
Normal,
Danger,
}Variants§
Trait Implementations§
Source§impl Clone for InteractionTone
impl Clone for InteractionTone
Source§fn clone(&self) -> InteractionTone
fn clone(&self) -> InteractionTone
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 InteractionTone
Source§impl Debug for InteractionTone
impl Debug for InteractionTone
Source§impl Default for InteractionTone
impl Default for InteractionTone
Source§fn default() -> InteractionTone
fn default() -> InteractionTone
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InteractionTone
impl<'de> Deserialize<'de> for InteractionTone
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 InteractionTone
Source§impl PartialEq for InteractionTone
impl PartialEq for InteractionTone
Source§impl Serialize for InteractionTone
impl Serialize for InteractionTone
impl StructuralPartialEq for InteractionTone
Auto Trait Implementations§
impl Freeze for InteractionTone
impl RefUnwindSafe for InteractionTone
impl Send for InteractionTone
impl Sync for InteractionTone
impl Unpin for InteractionTone
impl UnsafeUnpin for InteractionTone
impl UnwindSafe for InteractionTone
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