Enum twilio_async::twiml::Method[][src]

pub enum Method {
    Get,
    Post,
}

Variants

Trait Implementations

impl Debug for Method
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Method

impl Sync for Method