Struct twilio_async::MsgResp[][src]

pub struct MsgResp {
    pub from: String,
    pub to: String,
    pub body: String,
    pub sid: String,
    pub status: MsgStatus,
    pub media_url: Option<String>,
    pub price: Option<String>,
    pub price_unit: String,
    pub uri: String,
    pub date_created: String,
    pub date_sent: Option<String>,
    pub date_updated: String,
}

Fields

Trait Implementations

impl Debug for MsgResp
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MsgResp

impl Sync for MsgResp