Struct twilio_async::Call[][src]

pub struct Call<'a> { /* fields omitted */ }

Methods

impl<'a> Call<'a>
[src]

Trait Implementations

impl<'a> Debug for Call<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Default for Call<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> ToString for Call<'a>
[src]

Converts the given value to a String. Read more

Auto Trait Implementations

impl<'a> Send for Call<'a>

impl<'a> Sync for Call<'a>