pub struct RealtimeServerEventConversationItemInputAudioTranscriptionFailedError {
pub code: Option<String>,
pub message: Option<String>,
pub param: Option<String>,
pub _type: Option<String>,
}
Fields§
§code: Option<String>
Error code, if any.
message: Option<String>
A human-readable error message.
param: Option<String>
Parameter related to the error, if any.
_type: Option<String>
The type of error.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RealtimeServerEventConversationItemInputAudioTranscriptionFailedError
impl<'de> Deserialize<'de> for RealtimeServerEventConversationItemInputAudioTranscriptionFailedError
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
Auto Trait Implementations§
impl Freeze for RealtimeServerEventConversationItemInputAudioTranscriptionFailedError
impl RefUnwindSafe for RealtimeServerEventConversationItemInputAudioTranscriptionFailedError
impl Send for RealtimeServerEventConversationItemInputAudioTranscriptionFailedError
impl Sync for RealtimeServerEventConversationItemInputAudioTranscriptionFailedError
impl Unpin for RealtimeServerEventConversationItemInputAudioTranscriptionFailedError
impl UnwindSafe for RealtimeServerEventConversationItemInputAudioTranscriptionFailedError
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