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