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 CreateSpeechResponseStreamEvent
impl EventType for CreateTranscriptionResponseStreamEvent
impl EventType for ImageEditStreamEvent
impl EventType for ImageGenStreamEvent
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 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.