pub struct InteractionSpeechConfig {
pub voice: Option<String>,
pub language: Option<String>,
pub speaker: Option<String>,
}Fields§
§voice: Option<String>§language: Option<String>§speaker: Option<String>Trait Implementations§
Source§impl Clone for InteractionSpeechConfig
impl Clone for InteractionSpeechConfig
Source§fn clone(&self) -> InteractionSpeechConfig
fn clone(&self) -> InteractionSpeechConfig
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 moreSource§impl Debug for InteractionSpeechConfig
impl Debug for InteractionSpeechConfig
Source§impl Default for InteractionSpeechConfig
impl Default for InteractionSpeechConfig
Source§fn default() -> InteractionSpeechConfig
fn default() -> InteractionSpeechConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InteractionSpeechConfig
impl<'de> Deserialize<'de> for InteractionSpeechConfig
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 InteractionSpeechConfig
impl PartialEq for InteractionSpeechConfig
Source§impl Serialize for InteractionSpeechConfig
impl Serialize for InteractionSpeechConfig
impl StructuralPartialEq for InteractionSpeechConfig
Auto Trait Implementations§
impl Freeze for InteractionSpeechConfig
impl RefUnwindSafe for InteractionSpeechConfig
impl Send for InteractionSpeechConfig
impl Sync for InteractionSpeechConfig
impl Unpin for InteractionSpeechConfig
impl UnsafeUnpin for InteractionSpeechConfig
impl UnwindSafe for InteractionSpeechConfig
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