[][src]Enum josa::Josa

pub enum Josa {
    EunNeun,
    IGa,
    EulReul,
    GwaWa,
    I,
    Eu,
}

Enum of josas that are selected depending on the string in front of it.

Variants

EunNeun

은/는

IGa

이/가

EulReul

을/를

GwaWa

과/와

I

이다/다, 이나/나, 이란/란, 이든가/든가, 이나마/나마, 이야말로/야말로, 이랑/랑, 이여/여, 이며/며

Eu

으로/로, 으로서/로서, 으로써/로써, 으로부터/로부터

Trait Implementations

impl Clone for Josa[src]

impl Copy for Josa[src]

impl Add<Josa> for String[src]

type Output = String

The resulting type after applying the + operator.

impl AddAssign<Josa> for String[src]

Auto Trait Implementations

impl Send for Josa

impl Sync for Josa

impl Unpin for Josa

impl UnwindSafe for Josa

impl RefUnwindSafe for Josa

Blanket Implementations

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

impl<T> From<T> for 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<T> Borrow<T> for T where
    T: ?Sized
[src]

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

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