pub struct ResponseOutputOptions {
pub model: Option<String>,
pub voice: Option<String>,
pub language: Option<String>,
pub speed: Option<f64>,
pub params: Option<EventData>,
}Fields§
§model: Option<String>§voice: Option<String>§language: Option<String>§speed: Option<f64>§params: Option<EventData>Trait Implementations§
Source§impl Clone for ResponseOutputOptions
impl Clone for ResponseOutputOptions
Source§fn clone(&self) -> ResponseOutputOptions
fn clone(&self) -> ResponseOutputOptions
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 ResponseOutputOptions
impl Debug for ResponseOutputOptions
Source§impl Default for ResponseOutputOptions
impl Default for ResponseOutputOptions
Source§fn default() -> ResponseOutputOptions
fn default() -> ResponseOutputOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResponseOutputOptions
impl RefUnwindSafe for ResponseOutputOptions
impl Send for ResponseOutputOptions
impl Sync for ResponseOutputOptions
impl Unpin for ResponseOutputOptions
impl UnsafeUnpin for ResponseOutputOptions
impl UnwindSafe for ResponseOutputOptions
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