Enum twilio_async::CallbackEvent[][src]

pub enum CallbackEvent {
    Initiated,
    Ringing,
    Answered,
    Completed,
}

Variants

Trait Implementations

impl Debug for CallbackEvent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations