pub struct GetCallTranscriptionsParams {
pub account: Option<String>,
pub date_to: Option<String>,
pub date_from: Option<String>,
pub call_type: Option<String>,
}Expand description
Parameters for Client::get_call_transcriptions (wire method getCallTranscriptions).
Fields§
§account: Option<String>§date_to: Option<String>§date_from: Option<String>§call_type: Option<String>Trait Implementations§
Source§impl Clone for GetCallTranscriptionsParams
impl Clone for GetCallTranscriptionsParams
Source§fn clone(&self) -> GetCallTranscriptionsParams
fn clone(&self) -> GetCallTranscriptionsParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetCallTranscriptionsParams
impl Debug for GetCallTranscriptionsParams
Source§impl Default for GetCallTranscriptionsParams
impl Default for GetCallTranscriptionsParams
Source§fn default() -> GetCallTranscriptionsParams
fn default() -> GetCallTranscriptionsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetCallTranscriptionsParams
impl RefUnwindSafe for GetCallTranscriptionsParams
impl Send for GetCallTranscriptionsParams
impl Sync for GetCallTranscriptionsParams
impl Unpin for GetCallTranscriptionsParams
impl UnsafeUnpin for GetCallTranscriptionsParams
impl UnwindSafe for GetCallTranscriptionsParams
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more