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