#[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§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 UnsafeUnpin 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