[][src]Enum cetkaik_core::Profession

pub enum Profession {
    Nuak1,
    Kauk2,
    Gua2,
    Kaun1,
    Dau2,
    Maun1,
    Kua2,
    Tuk2,
    Uai1,
    Io,
}

Variants

Nuak1

Vessel, 船, felkana

Kauk2

Pawn, 兵, elmer

Gua2

Rook, 弓, gustuer

Kaun1

Bishop, 車, vadyrd

Dau2

Tiger, 虎, stistyst

Maun1

Horse, 馬, dodor

Kua2

Clerk, 筆, kua

Tuk2

Shaman, 巫, terlsk

Uai1

General, 将, varxle

Io

King, 王, ales

Trait Implementations

impl Clone for Profession[src]

impl Copy for Profession[src]

impl Debug for Profession[src]

impl Eq for Profession[src]

impl FromStr for Profession[src]

type Err = ()

The associated error which can be returned from parsing.

impl PartialEq<Profession> for Profession[src]

impl StructuralEq for Profession[src]

impl StructuralPartialEq for Profession[src]

Auto Trait Implementations

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> 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.