[][src]Enum sulis_state::area_feedback_text::ColorKind

pub enum ColorKind {
    Info,
    Miss,
    Hit,
    Heal,
    Damage {
        kind: DamageKind,
    },
}

Variants

Info
Miss
Hit
Heal
Damage

Fields of Damage

kind: DamageKind

Trait Implementations

impl Clone for ColorKind[src]

impl Copy for ColorKind[src]

impl Eq for ColorKind[src]

impl PartialEq<ColorKind> for ColorKind[src]

impl StructuralEq for ColorKind[src]

impl StructuralPartialEq for ColorKind[src]

Auto Trait Implementations

impl RefUnwindSafe for ColorKind

impl Send for ColorKind

impl Sync for ColorKind

impl Unpin for ColorKind

impl UnwindSafe for ColorKind

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Content for T where
    T: Copy
[src]

type Owned = T

A type that holds a sized version of the content.

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]