pub struct SendCallRecordingEmailResponse {
pub status: Option<String>,
pub msg: Option<String>,
}Expand description
Response body for Client::send_call_recording_email (wire method sendCallRecordingEmail).
Fields§
§status: Option<String>§msg: Option<String>Trait Implementations§
Source§impl Clone for SendCallRecordingEmailResponse
impl Clone for SendCallRecordingEmailResponse
Source§fn clone(&self) -> SendCallRecordingEmailResponse
fn clone(&self) -> SendCallRecordingEmailResponse
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 Default for SendCallRecordingEmailResponse
impl Default for SendCallRecordingEmailResponse
Source§fn default() -> SendCallRecordingEmailResponse
fn default() -> SendCallRecordingEmailResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SendCallRecordingEmailResponse
impl<'de> Deserialize<'de> for SendCallRecordingEmailResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SendCallRecordingEmailResponse
impl RefUnwindSafe for SendCallRecordingEmailResponse
impl Send for SendCallRecordingEmailResponse
impl Sync for SendCallRecordingEmailResponse
impl Unpin for SendCallRecordingEmailResponse
impl UnsafeUnpin for SendCallRecordingEmailResponse
impl UnwindSafe for SendCallRecordingEmailResponse
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