[−][src]Crate twilio_async
Re-exports
pub use crate::error::*; | 
Modules
| cell | Shareable mutable containers.  | 
| error | |
| fmt | Utilities for formatting and printing   | 
| form_urlencoded | Parser and serializer for the   | 
| future | Futures  | 
| io | Traits, helpers, and type definitions for core I/O functionality.  | 
| twiml | 
Structs
| Authorization | 
  | 
| Body | A stream of   | 
| Call | |
| CallResp | |
| Client | A Client to make outgoing HTTP requests.  | 
| Conference | |
| ConferenceResp | |
| Conferences | |
| Credentials | Authentication credentials, as described in RFC7235.  | 
| EncryptionDetails | |
| GetConference | |
| GetMessage | |
| GetRecording | |
| HttpConnector | A connector for the   | 
| HttpsConnector | A Connector for the   | 
| ListAllMsgs | |
| ListConferencesResp | |
| ListRecordingResp | |
| MediaItem | |
| MediaResp | |
| Messages | |
| MessagesDetails | |
| Method | The Request Method (VERB)  | 
| 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 | Represents an HTTP request.  | 
| SendCall | |
| SendMsg | |
| Twilio | |
| Url | A parsed URL record.  | 
Enums
| CallStatus | |
| CallbackEvent | |
| Direction | |
| 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 |