pub struct ResponseOutput {
pub model: String,
pub voice: Option<String>,
pub language: String,
pub speed: f64,
pub params: EventData,
}Fields§
§model: String§voice: Option<String>§language: String§speed: f64§params: EventDataTrait Implementations§
Source§impl Clone for ResponseOutput
impl Clone for ResponseOutput
Source§fn clone(&self) -> ResponseOutput
fn clone(&self) -> ResponseOutput
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 ResponseOutput
impl Debug for ResponseOutput
Source§impl PartialEq for ResponseOutput
impl PartialEq for ResponseOutput
impl StructuralPartialEq for ResponseOutput
Auto Trait Implementations§
impl Freeze for ResponseOutput
impl RefUnwindSafe for ResponseOutput
impl Send for ResponseOutput
impl Sync for ResponseOutput
impl Unpin for ResponseOutput
impl UnsafeUnpin for ResponseOutput
impl UnwindSafe for ResponseOutput
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