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