Struct twilio_async::twiml::gather::Gather[][src]

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

Methods

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

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

impl<'a> Twiml for Gather<'a>
[src]

Auto Trait Implementations

impl<'a> Send for Gather<'a>

impl<'a> Sync for Gather<'a>