[−][src]Struct twilio_async::Recordings
Fields
client: &'a TwilioMethods
impl<'a> Recordings<'a>[src]
pub fn for_call(self, call_sid: &'a str) -> TwilioResp<ListRecordingResp>[src]
pub fn created(self, date_created: &'a str) -> TwilioResp<ListRecordingResp>[src]
pub fn range(
self,
before: &'a str,
after: &'a str
) -> TwilioResp<ListRecordingResp>[src]
self,
before: &'a str,
after: &'a str
) -> TwilioResp<ListRecordingResp>
Trait Implementations
impl<'a> Execute for Recordings<'a>[src]
fn request<U>(
&self,
method: Method,
url: U,
body: Option<String>
) -> Result<Request<Body>, TwilioErr> where
U: AsRef<str>, [src]
&self,
method: Method,
url: U,
body: Option<String>
) -> Result<Request<Body>, TwilioErr> where
U: AsRef<str>,
fn execute<U, D>(
self,
method: Method,
url: U,
body: Option<String>
) -> TwilioResp<D> where
U: AsRef<str>,
D: for<'de> Deserialize<'de>, [src]
self,
method: Method,
url: U,
body: Option<String>
) -> TwilioResp<D> where
U: AsRef<str>,
D: for<'de> Deserialize<'de>,
impl<'a> TwilioRequest for Recordings<'a>[src]
type Resp = ListRecordingResp
fn run(self) -> TwilioResp<Self::Resp>[src]
Auto Trait Implementations
impl<'a> Send for Recordings<'a>
impl<'a> Sync for Recordings<'a>
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
ⓘImportant traits for &'a mut Wfn borrow_mut(&mut self) -> &mut T[src]
ⓘImportant traits for &'a mut W
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.