[][src]Enum vndb_rs::common::get::release::Voiced

#[repr(u8)]pub enum Voiced {
    NotVoiced,
    OnlyEro,
    PartVoiced,
    FullVoiced,
}

VN voice acting type

Variants

NotVoiced
OnlyEro
PartVoiced
FullVoiced

Trait Implementations

impl Debug for Voiced[src]

impl<'de> Deserialize<'de> for Voiced[src]

impl PartialEq<Voiced> for Voiced[src]

impl StructuralPartialEq for Voiced[src]

Auto Trait Implementations

impl RefUnwindSafe for Voiced

impl Send for Voiced

impl Sync for Voiced

impl Unpin for Voiced

impl UnwindSafe for Voiced

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[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.