Struct twilio_async::ListConferencesResp[][src]

pub struct ListConferencesResp {
    pub conferences: Vec<ConferenceResp>,
    pub end: usize,
    pub account_sid: String,
    pub start: usize,
    pub page: usize,
    pub page_size: usize,
}

Fields

Trait Implementations

impl Debug for ListConferencesResp
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations