Struct twilio_async::Conference[][src]

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

Methods

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

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

Auto Trait Implementations

impl<'a> Send for Conference<'a>

impl<'a> Sync for Conference<'a>