pub enum SpeechModel {
Tts1,
Tts1Hd,
}
Variants§
Trait Implementations§
Source§impl Clone for SpeechModel
impl Clone for SpeechModel
Source§fn clone(&self) -> SpeechModel
fn clone(&self) -> SpeechModel
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 SpeechModel
impl Debug for SpeechModel
Source§impl Default for SpeechModel
impl Default for SpeechModel
Source§fn default() -> SpeechModel
fn default() -> SpeechModel
Returns the “default value” for a type. Read more
Source§impl PartialEq for SpeechModel
impl PartialEq for SpeechModel
Source§impl Serialize for SpeechModel
impl Serialize for SpeechModel
impl Copy for SpeechModel
impl Eq for SpeechModel
impl StructuralPartialEq for SpeechModel
Auto Trait Implementations§
impl Freeze for SpeechModel
impl RefUnwindSafe for SpeechModel
impl Send for SpeechModel
impl Sync for SpeechModel
impl Unpin for SpeechModel
impl UnwindSafe for SpeechModel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.