pub struct DelCallRecordingResponse {
pub status: Option<String>,
}Expand description
Response body for Client::del_call_recording (wire method delCallRecording).
Fields§
§status: Option<String>Trait Implementations§
Source§impl Clone for DelCallRecordingResponse
impl Clone for DelCallRecordingResponse
Source§fn clone(&self) -> DelCallRecordingResponse
fn clone(&self) -> DelCallRecordingResponse
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 DelCallRecordingResponse
impl Debug for DelCallRecordingResponse
Source§impl Default for DelCallRecordingResponse
impl Default for DelCallRecordingResponse
Source§fn default() -> DelCallRecordingResponse
fn default() -> DelCallRecordingResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DelCallRecordingResponse
impl<'de> Deserialize<'de> for DelCallRecordingResponse
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 DelCallRecordingResponse
impl RefUnwindSafe for DelCallRecordingResponse
impl Send for DelCallRecordingResponse
impl Sync for DelCallRecordingResponse
impl Unpin for DelCallRecordingResponse
impl UnsafeUnpin for DelCallRecordingResponse
impl UnwindSafe for DelCallRecordingResponse
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