pub enum RealtimeServerEventResponseContentPartDonePartType {
Audio,
Text,
}
Expand description
The content type (“text”, “audio”).
Variants§
Trait Implementations§
Source§impl Clone for RealtimeServerEventResponseContentPartDonePartType
impl Clone for RealtimeServerEventResponseContentPartDonePartType
Source§fn clone(&self) -> RealtimeServerEventResponseContentPartDonePartType
fn clone(&self) -> RealtimeServerEventResponseContentPartDonePartType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for RealtimeServerEventResponseContentPartDonePartType
impl<'de> Deserialize<'de> for RealtimeServerEventResponseContentPartDonePartType
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 RealtimeServerEventResponseContentPartDonePartType
impl PartialEq for RealtimeServerEventResponseContentPartDonePartType
Source§fn eq(&self, other: &RealtimeServerEventResponseContentPartDonePartType) -> bool
fn eq(&self, other: &RealtimeServerEventResponseContentPartDonePartType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for RealtimeServerEventResponseContentPartDonePartType
impl StructuralPartialEq for RealtimeServerEventResponseContentPartDonePartType
Auto Trait Implementations§
impl Freeze for RealtimeServerEventResponseContentPartDonePartType
impl RefUnwindSafe for RealtimeServerEventResponseContentPartDonePartType
impl Send for RealtimeServerEventResponseContentPartDonePartType
impl Sync for RealtimeServerEventResponseContentPartDonePartType
impl Unpin for RealtimeServerEventResponseContentPartDonePartType
impl UnwindSafe for RealtimeServerEventResponseContentPartDonePartType
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