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