pub struct ResponseCreateEvent {
pub modalities: Option<Vec<Modality>>,
pub instructions: Option<String>,
pub voice: Option<Voice>,
}Fields§
§modalities: Option<Vec<Modality>>§instructions: Option<String>§voice: Option<Voice>Trait Implementations§
Source§impl Debug for ResponseCreateEvent
impl Debug for ResponseCreateEvent
Source§impl Default for ResponseCreateEvent
impl Default for ResponseCreateEvent
Source§fn default() -> ResponseCreateEvent
fn default() -> ResponseCreateEvent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResponseCreateEvent
impl RefUnwindSafe for ResponseCreateEvent
impl Send for ResponseCreateEvent
impl Sync for ResponseCreateEvent
impl Unpin for ResponseCreateEvent
impl UnwindSafe for ResponseCreateEvent
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