Crate twilio_async[−][src]
Re-exports
| pub use error::*; | 
Modules
| cell | Shareable mutable containers. | 
| error | |
| fmt | Utilities for formatting and printing  | 
| form_urlencoded | Parser and serializer for the  | 
| future | Futures | 
| header | Headers container, and common header fields. | 
| io | Traits, helpers, and type definitions for core I/O functionality. | 
| twiml | 
Structs
| Authorization | 
 | 
| Basic | Credential holder for Basic Authentication | 
| Call | |
| CallResp | |
| Client | A Client to make outgoing HTTP requests. | 
| Conference | |
| ConferenceResp | |
| Conferences | |
| Core | An event loop. | 
| EncryptionDetails | |
| GetConference | |
| GetMessage | |
| GetRecording | |
| HttpConnector | A connector for the  | 
| HttpsConnector | A Connector for the  | 
| ListAllMsgs | |
| ListConferencesResp | |
| ListRecordingResp | |
| MediaItem | |
| MediaResp | |
| Messages | |
| MessagesDetails | |
| Msg | |
| MsgResp | |
| Rc | A single-threaded reference-counting pointer. 'Rc' stands for 'Reference Counted'. | 
| Recording | |
| RecordingResp | |
| Recordings | |
| RefCell | A mutable memory location with dynamically checked borrow rules | 
| Request | An HTTP Request | 
| SendCall | |
| SendMsg | |
| Twilio | |
| Url | A parsed URL record. | 
Enums
| CallStatus | |
| CallbackEvent | |
| Direction | |
| Method | The Request Method (VERB) | 
| MsgStatus | |
| RecordingStatus | 
Traits
| Borrow | A trait for borrowing data. | 
| Error | 
 | 
| Execute | |
| Future | Trait for types which are a placeholder of a value that may become available at some later point in time. | 
| Stream | A stream of values, not all of which may have been produced yet. | 
| TwilioRequest | 
Functions
| encode_pairs | |
| url_encode | 
Type Definitions
| TwilioResp |