pub enum PhonemeType {
Espeak,
OpenJTalk,
Bilingual,
Multilingual,
Text,
}Variants§
Trait Implementations§
Source§impl Clone for PhonemeType
impl Clone for PhonemeType
Source§fn clone(&self) -> PhonemeType
fn clone(&self) -> PhonemeType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PhonemeType
impl Debug for PhonemeType
Source§impl Default for PhonemeType
impl Default for PhonemeType
Source§fn default() -> PhonemeType
fn default() -> PhonemeType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PhonemeType
impl<'de> Deserialize<'de> for PhonemeType
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 PhonemeType
impl PartialEq for PhonemeType
impl StructuralPartialEq for PhonemeType
Auto Trait Implementations§
impl Freeze for PhonemeType
impl RefUnwindSafe for PhonemeType
impl Send for PhonemeType
impl Sync for PhonemeType
impl Unpin for PhonemeType
impl UnsafeUnpin for PhonemeType
impl UnwindSafe for PhonemeType
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