[]Struct gokien::syntax::VnSyllable

pub struct VnSyllable { /* fields omitted */ }

Each Vietnamese monosyllabic word can be decomposed at most into 4 parts, which are:

  1. The initial group of consonants
  2. The vowel group
  3. The group of final consonants
  4. The tonal accent

Examples

Word Consonant Vowel Consonant Accent
trường (school) tr ươ ng Grave
muối (salt) m uôi Acute
ao (the pond) ao

Trait Implementations

impl Debug for VnSyllable

Auto Trait Implementations

impl Send for VnSyllable

impl Sync for VnSyllable

Blanket Implementations

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

impl<T> From for T
[src]

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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