Struct twilio_async::ListAllMsgs[][src]

pub struct ListAllMsgs {
    pub messages: Vec<MsgResp>,
    pub page: usize,
    pub page_size: usize,
    pub uri: String,
    pub next_page_uri: Option<String>,
    pub previous_page_uri: Option<String>,
}

Fields

Trait Implementations

impl Debug for ListAllMsgs
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ListAllMsgs

impl Sync for ListAllMsgs