Struct twilio_async::Recording[][src]

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

Methods

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

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

Auto Trait Implementations

impl<'a> Send for Recording<'a>

impl<'a> Sync for Recording<'a>