[][src]Enum pekzep_syllable::Vowel

pub enum Vowel {
    A,
    IA,
    UA,
    AI,
    UAI,
    AU,
    IAU,
    UAU,
    E,
    IE,
    UE,
    EI,
    IEI,
    O,
    IO,
    UO,
    I,
    UI,
    U,
    Y,
}

Variants

A
IA
UA
AI
UAI
AU
IAU
UAU
E
IE
UE
EI
IEI
O
IO
UO
I
UI
U
Y

Trait Implementations

impl Clone for Vowel[src]

impl Copy for Vowel[src]

impl Debug for Vowel[src]

impl Display for Vowel[src]

impl Eq for Vowel[src]

impl Hash for Vowel[src]

impl PartialEq<Vowel> for Vowel[src]

impl StructuralEq for Vowel[src]

impl StructuralPartialEq for Vowel[src]

Auto Trait Implementations

impl RefUnwindSafe for Vowel

impl Send for Vowel

impl Sync for Vowel

impl Unpin for Vowel

impl UnwindSafe for Vowel

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> ToString for T where
    T: Display + ?Sized
[src]

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.