pub trait EventType {
// Required method
fn event_type(&self) -> &'static str;
}Expand description
Trait for events to get their event type string.
Required Methods§
Sourcefn event_type(&self) -> &'static str
fn event_type(&self) -> &'static str
Returns the event type string (e.g., “batch.cancelled”)
Implementors§
impl EventType for AssistantStreamEvent
impl EventType for CreateSpeechResponseStreamEvent
impl EventType for CreateTranscriptionResponseStreamEvent
impl EventType for ImageEditStreamEvent
impl EventType for ImageGenStreamEvent
impl EventType for RealtimeClientEvent
Available on crate feature
realtime only.impl EventType for RealtimeServerEvent
Available on crate feature
realtime only.impl EventType for ResponseStreamEvent
impl EventType for WebhookEvent
Available on crate feature
webhook only.impl EventType for SpeechAudioDeltaEvent
impl EventType for SpeechAudioDoneEvent
impl EventType for TranscriptionTextDeltaEvent
impl EventType for TranscriptionTextDoneEvent
impl EventType for TranscriptionTextSegmentEvent
impl EventType for ImageEditCompletedEvent
impl EventType for ImageEditPartialImageEvent
impl EventType for ImageGenCompletedEvent
impl EventType for ImageGenPartialImageEvent
impl EventType for RealtimeClientEventConversationItemCreate
Available on crate feature
realtime only.impl EventType for RealtimeClientEventConversationItemDelete
Available on crate feature
realtime only.impl EventType for RealtimeClientEventConversationItemRetrieve
Available on crate feature
realtime only.impl EventType for RealtimeClientEventConversationItemTruncate
Available on crate feature
realtime only.impl EventType for RealtimeClientEventInputAudioBufferAppend
Available on crate feature
realtime only.impl EventType for RealtimeClientEventInputAudioBufferClear
Available on crate feature
realtime only.impl EventType for RealtimeClientEventInputAudioBufferCommit
Available on crate feature
realtime only.impl EventType for RealtimeClientEventOutputAudioBufferClear
Available on crate feature
realtime only.impl EventType for RealtimeClientEventResponseCancel
Available on crate feature
realtime only.impl EventType for RealtimeClientEventResponseCreate
Available on crate feature
realtime only.impl EventType for RealtimeClientEventSessionUpdate
Available on crate feature
realtime only.impl EventType for RealtimeServerEventConversationItemAdded
Available on crate feature
realtime only.impl EventType for RealtimeServerEventConversationItemDeleted
Available on crate feature
realtime only.impl EventType for RealtimeServerEventConversationItemDone
Available on crate feature
realtime only.impl EventType for RealtimeServerEventConversationItemInputAudioTranscriptionCompleted
Available on crate feature
realtime only.impl EventType for RealtimeServerEventConversationItemInputAudioTranscriptionDelta
Available on crate feature
realtime only.impl EventType for RealtimeServerEventConversationItemInputAudioTranscriptionFailed
Available on crate feature
realtime only.impl EventType for RealtimeServerEventConversationItemInputAudioTranscriptionSegment
Available on crate feature
realtime only.impl EventType for RealtimeServerEventConversationItemRetrieved
Available on crate feature
realtime only.impl EventType for RealtimeServerEventConversationItemTruncated
Available on crate feature
realtime only.impl EventType for RealtimeServerEventError
Available on crate feature
realtime only.impl EventType for RealtimeServerEventInputAudioBufferCleared
Available on crate feature
realtime only.impl EventType for RealtimeServerEventInputAudioBufferCommitted
Available on crate feature
realtime only.impl EventType for RealtimeServerEventInputAudioBufferSpeechStarted
Available on crate feature
realtime only.impl EventType for RealtimeServerEventInputAudioBufferSpeechStopped
Available on crate feature
realtime only.impl EventType for RealtimeServerEventInputAudioBufferTimeoutTriggered
Available on crate feature
realtime only.impl EventType for RealtimeServerEventMCPListToolsCompleted
Available on crate feature
realtime only.impl EventType for RealtimeServerEventMCPListToolsFailed
Available on crate feature
realtime only.impl EventType for RealtimeServerEventMCPListToolsInProgress
Available on crate feature
realtime only.impl EventType for RealtimeServerEventOutputAudioBufferCleared
Available on crate feature
realtime only.impl EventType for RealtimeServerEventOutputAudioBufferStarted
Available on crate feature
realtime only.impl EventType for RealtimeServerEventOutputAudioBufferStopped
Available on crate feature
realtime only.impl EventType for RealtimeServerEventRateLimitsUpdated
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseAudioDelta
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseAudioDone
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseAudioTranscriptDelta
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseAudioTranscriptDone
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseContentPartAdded
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseContentPartDone
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseCreated
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseDone
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseFunctionCallArgumentsDelta
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseFunctionCallArgumentsDone
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseMCPCallArgumentsDelta
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseMCPCallArgumentsDone
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseMCPCallCompleted
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseMCPCallFailed
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseMCPCallInProgress
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseOutputItemAdded
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseOutputItemDone
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseTextDelta
Available on crate feature
realtime only.impl EventType for RealtimeServerEventResponseTextDone
Available on crate feature
realtime only.impl EventType for RealtimeServerEventSessionCreated
Available on crate feature
realtime only.impl EventType for RealtimeServerEventSessionUpdated
Available on crate feature
realtime only.impl EventType for ResponseCodeInterpreterCallCodeDeltaEvent
impl EventType for ResponseCodeInterpreterCallCodeDoneEvent
impl EventType for ResponseCodeInterpreterCallCompletedEvent
impl EventType for ResponseCodeInterpreterCallInProgressEvent
impl EventType for ResponseCodeInterpreterCallInterpretingEvent
impl EventType for ResponseCompletedEvent
impl EventType for ResponseContentPartAddedEvent
impl EventType for ResponseContentPartDoneEvent
impl EventType for ResponseCreatedEvent
impl EventType for ResponseCustomToolCallInputDeltaEvent
impl EventType for ResponseCustomToolCallInputDoneEvent
impl EventType for ResponseErrorEvent
impl EventType for ResponseFailedEvent
impl EventType for ResponseFileSearchCallCompletedEvent
impl EventType for ResponseFileSearchCallInProgressEvent
impl EventType for ResponseFileSearchCallSearchingEvent
impl EventType for ResponseFunctionCallArgumentsDeltaEvent
impl EventType for ResponseFunctionCallArgumentsDoneEvent
impl EventType for ResponseImageGenCallCompletedEvent
impl EventType for ResponseImageGenCallGeneratingEvent
impl EventType for ResponseImageGenCallInProgressEvent
impl EventType for ResponseImageGenCallPartialImageEvent
impl EventType for ResponseInProgressEvent
impl EventType for ResponseIncompleteEvent
impl EventType for ResponseMCPCallArgumentsDeltaEvent
impl EventType for ResponseMCPCallArgumentsDoneEvent
impl EventType for ResponseMCPCallCompletedEvent
impl EventType for ResponseMCPCallFailedEvent
impl EventType for ResponseMCPCallInProgressEvent
impl EventType for ResponseMCPListToolsCompletedEvent
impl EventType for ResponseMCPListToolsFailedEvent
impl EventType for ResponseMCPListToolsInProgressEvent
impl EventType for ResponseOutputItemAddedEvent
impl EventType for ResponseOutputItemDoneEvent
impl EventType for ResponseOutputTextAnnotationAddedEvent
impl EventType for ResponseQueuedEvent
impl EventType for ResponseReasoningSummaryPartAddedEvent
impl EventType for ResponseReasoningSummaryPartDoneEvent
impl EventType for ResponseReasoningSummaryTextDeltaEvent
impl EventType for ResponseReasoningSummaryTextDoneEvent
impl EventType for ResponseReasoningTextDeltaEvent
impl EventType for ResponseReasoningTextDoneEvent
impl EventType for ResponseRefusalDeltaEvent
impl EventType for ResponseRefusalDoneEvent
impl EventType for ResponseTextDeltaEvent
impl EventType for ResponseTextDoneEvent
impl EventType for ResponseWebSearchCallCompletedEvent
impl EventType for ResponseWebSearchCallInProgressEvent
impl EventType for ResponseWebSearchCallSearchingEvent
impl EventType for WebhookBatchCancelled
Available on crate feature
webhook only.impl EventType for WebhookBatchCompleted
Available on crate feature
webhook only.impl EventType for WebhookBatchExpired
Available on crate feature
webhook only.impl EventType for WebhookBatchFailed
Available on crate feature
webhook only.impl EventType for WebhookEvalRunCanceled
Available on crate feature
webhook only.impl EventType for WebhookEvalRunFailed
Available on crate feature
webhook only.impl EventType for WebhookEvalRunSucceeded
Available on crate feature
webhook only.impl EventType for WebhookFineTuningJobCancelled
Available on crate feature
webhook only.impl EventType for WebhookFineTuningJobFailed
Available on crate feature
webhook only.impl EventType for WebhookFineTuningJobSucceeded
Available on crate feature
webhook only.impl EventType for WebhookRealtimeCallIncoming
Available on crate feature
webhook only.impl EventType for WebhookResponseCancelled
Available on crate feature
webhook only.impl EventType for WebhookResponseCompleted
Available on crate feature
webhook only.impl EventType for WebhookResponseFailed
Available on crate feature
webhook only.impl EventType for WebhookResponseIncomplete
Available on crate feature
webhook only.