Enum Method
twilio_async::twiml
pub enum Method { Get, Post, }
Get
Post
impl Debug for Method
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Send for Method
impl Sync for Method