Enum vndb_api::format::release::VoicedType
source · #[repr(u8)]pub enum VoicedType {
NotVoiced = 1,
EroScenesOnly = 2,
PartiallyVoiced = 3,
FullyVoiced = 4,
}Variants§
Trait Implementations§
source§impl Debug for VoicedType
impl Debug for VoicedType
source§impl<'de> Deserialize<'de> for VoicedType
impl<'de> Deserialize<'de> for VoicedType
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for VoicedType
impl PartialEq for VoicedType
source§fn eq(&self, other: &VoicedType) -> bool
fn eq(&self, other: &VoicedType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for VoicedType
impl Serialize for VoicedType
impl StructuralPartialEq for VoicedType
Auto Trait Implementations§
impl Freeze for VoicedType
impl RefUnwindSafe for VoicedType
impl Send for VoicedType
impl Sync for VoicedType
impl Unpin for VoicedType
impl UnwindSafe for VoicedType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more