pub enum SpeechVoice {
Alloy,
Echo,
Fable,
Onyx,
Nova,
Shimmer,
}
Variants§
Trait Implementations§
Source§impl Clone for SpeechVoice
impl Clone for SpeechVoice
Source§fn clone(&self) -> SpeechVoice
fn clone(&self) -> SpeechVoice
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 SpeechVoice
impl Debug for SpeechVoice
Source§impl Default for SpeechVoice
impl Default for SpeechVoice
Source§fn default() -> SpeechVoice
fn default() -> SpeechVoice
Returns the “default value” for a type. Read more
Source§impl PartialEq for SpeechVoice
impl PartialEq for SpeechVoice
Source§impl Serialize for SpeechVoice
impl Serialize for SpeechVoice
impl Copy for SpeechVoice
impl Eq for SpeechVoice
impl StructuralPartialEq for SpeechVoice
Auto Trait Implementations§
impl Freeze for SpeechVoice
impl RefUnwindSafe for SpeechVoice
impl Send for SpeechVoice
impl Sync for SpeechVoice
impl Unpin for SpeechVoice
impl UnwindSafe for SpeechVoice
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.