Crate twilio_async[][src]

Re-exports

pub use error::*;

Modules

cell

Shareable mutable containers.

error
fmt

Utilities for formatting and printing Strings.

form_urlencoded

Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.

future

Futures

header

Headers container, and common header fields.

io

Traits, helpers, and type definitions for core I/O functionality.

twiml

Structs

Authorization

Authorization header, defined in RFC7235

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 http scheme.

HttpsConnector

A Connector for the https scheme.

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

Error is a trait representing the basic expectations for error values, i.e. values of type E in Result<T, E>. Errors must describe themselves through the Display and [Debug] traits, and may provide cause chain information:

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