pub enum RealtimeVoice {
Tongtong,
Xiaochen,
FemaleTianmei,
MaleQnDaxuesheng,
MaleQnJingying,
LovelyGirl,
FemaleShaonv,
}Available on crate feature
realtime only.Expand description
Built-in voice used for audio output.
Variants§
Tongtong
Default Tongtong voice.
Xiaochen
General-purpose male voice.
FemaleTianmei
Tianmei female voice.
MaleQnDaxuesheng
Young male voice.
MaleQnJingying
Professional male voice.
LovelyGirl
Lovely-girl voice.
FemaleShaonv
Young female voice.
Trait Implementations§
Source§impl Clone for RealtimeVoice
impl Clone for RealtimeVoice
Source§fn clone(&self) -> RealtimeVoice
fn clone(&self) -> RealtimeVoice
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RealtimeVoice
Source§impl Debug for RealtimeVoice
impl Debug for RealtimeVoice
Source§impl Default for RealtimeVoice
impl Default for RealtimeVoice
Source§fn default() -> RealtimeVoice
fn default() -> RealtimeVoice
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RealtimeVoice
impl<'de> Deserialize<'de> for RealtimeVoice
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
impl Eq for RealtimeVoice
Source§impl PartialEq for RealtimeVoice
impl PartialEq for RealtimeVoice
Source§impl Serialize for RealtimeVoice
impl Serialize for RealtimeVoice
impl StructuralPartialEq for RealtimeVoice
Auto Trait Implementations§
impl Freeze for RealtimeVoice
impl RefUnwindSafe for RealtimeVoice
impl Send for RealtimeVoice
impl Sync for RealtimeVoice
impl Unpin for RealtimeVoice
impl UnsafeUnpin for RealtimeVoice
impl UnwindSafe for RealtimeVoice
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.