Struct RealtimeInputMessage
pub struct RealtimeInputMessage {
pub realtime_input: RealtimeInputPayload,
}Expand description
Realtime audio input sent as a stream of chunks.
Fields§
§realtime_input: RealtimeInputPayloadThe realtime input payload.
Trait Implementations§
§impl Clone for RealtimeInputMessage
impl Clone for RealtimeInputMessage
§fn clone(&self) -> RealtimeInputMessage
fn clone(&self) -> RealtimeInputMessage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for RealtimeInputMessage
impl Debug for RealtimeInputMessage
§impl Serialize for RealtimeInputMessage
impl Serialize for RealtimeInputMessage
§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for RealtimeInputMessage
impl RefUnwindSafe for RealtimeInputMessage
impl Send for RealtimeInputMessage
impl Sync for RealtimeInputMessage
impl Unpin for RealtimeInputMessage
impl UnwindSafe for RealtimeInputMessage
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