Enum twilio_async::MsgStatus[][src]

pub enum MsgStatus {
    queued,
    sending,
    sent,
    failed,
    delivered,
    undelivered,
    receiving,
    received,
}

Variants

Trait Implementations

impl Debug for MsgStatus
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MsgStatus

impl Sync for MsgStatus