pub struct GetCallRecordingParams {
pub callrecording: Option<String>,
pub account: Option<String>,
}Expand description
Parameters for Client::get_call_recording (wire method getCallRecording).
Fields§
§callrecording: Option<String>§account: Option<String>Trait Implementations§
Source§impl Clone for GetCallRecordingParams
impl Clone for GetCallRecordingParams
Source§fn clone(&self) -> GetCallRecordingParams
fn clone(&self) -> GetCallRecordingParams
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 GetCallRecordingParams
impl Debug for GetCallRecordingParams
Source§impl Default for GetCallRecordingParams
impl Default for GetCallRecordingParams
Source§fn default() -> GetCallRecordingParams
fn default() -> GetCallRecordingParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetCallRecordingParams
impl RefUnwindSafe for GetCallRecordingParams
impl Send for GetCallRecordingParams
impl Sync for GetCallRecordingParams
impl Unpin for GetCallRecordingParams
impl UnsafeUnpin for GetCallRecordingParams
impl UnwindSafe for GetCallRecordingParams
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