pub struct SynthesisVoice {
pub name: String,
pub language: Option<String>,
pub dialect: Option<String>,
}
Expand description
Synthesis voice
Fields§
§name: String
§language: Option<String>
§dialect: Option<String>
Implementations§
Trait Implementations§
Source§impl Debug for SynthesisVoice
impl Debug for SynthesisVoice
Source§impl FromStr for SynthesisVoice
impl FromStr for SynthesisVoice
Source§impl PartialEq for SynthesisVoice
impl PartialEq for SynthesisVoice
impl StructuralPartialEq for SynthesisVoice
Auto Trait Implementations§
impl Freeze for SynthesisVoice
impl RefUnwindSafe for SynthesisVoice
impl Send for SynthesisVoice
impl Sync for SynthesisVoice
impl Unpin for SynthesisVoice
impl UnwindSafe for SynthesisVoice
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