[][src]Struct korean::syllable::Syllable

pub struct Syllable(_);

Trait Implementations

impl ChoseongInformation for Syllable[src]

impl Clone for Syllable[src]

impl Debug for Syllable[src]

impl<'_> From<&'_ Syllable> for u32[src]

impl<'_> From<&'_ Syllable> for char[src]

impl<'_> From<&'_ Syllable> for (u32, u32, Option<u32>)[src]

impl<'_> From<&'_ Syllable> for (char, char, Option<char>)[src]

impl<'_> From<&'_ Syllable> for Option<(Choseong, Jungseong, Option<Jongseong>)>[src]

impl JongseongInformation for Syllable[src]

impl JungseongInformation for Syllable[src]

impl PartialEq<Syllable> for Syllable[src]

impl PartialOrd<Syllable> for Syllable[src]

impl StructuralPartialEq for Syllable[src]

impl<'_> TryFrom<&'_ char> for Syllable[src]

type Error = ()

The type returned in the event of a conversion error.

impl<'_, '_, '_> TryFrom<(&'_ Choseong, &'_ Jungseong, Option<&'_ Jongseong>)> for Syllable[src]

type Error = ()

The type returned in the event of a conversion error.

impl<'_, '_> TryFrom<(&'_ char, &'_ char, Option<char>)> for Syllable[src]

type Error = ()

The type returned in the event of a conversion error.

impl<'_, '_> TryFrom<(&'_ u32, &'_ u32, Option<u32>)> for Syllable[src]

type Error = ()

The type returned in the event of a conversion error.

impl TryFrom<u32> for Syllable[src]

type Error = ()

The type returned in the event of a conversion error.

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.