pub struct SetDISAParams {
pub disa: Option<String>,
pub name: Option<String>,
pub pin: Option<i64>,
pub digit_timeout: Option<i64>,
pub callerid_override: Option<String>,
pub language: Option<String>,
}Expand description
Parameters for Client::set_disa (wire method setDISA).
Fields§
§disa: Option<String>§name: Option<String>§pin: Option<i64>§digit_timeout: Option<i64>§callerid_override: Option<String>§language: Option<String>Trait Implementations§
Source§impl Clone for SetDISAParams
impl Clone for SetDISAParams
Source§fn clone(&self) -> SetDISAParams
fn clone(&self) -> SetDISAParams
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 SetDISAParams
impl Debug for SetDISAParams
Source§impl Default for SetDISAParams
impl Default for SetDISAParams
Source§fn default() -> SetDISAParams
fn default() -> SetDISAParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetDISAParams
impl RefUnwindSafe for SetDISAParams
impl Send for SetDISAParams
impl Sync for SetDISAParams
impl Unpin for SetDISAParams
impl UnsafeUnpin for SetDISAParams
impl UnwindSafe for SetDISAParams
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