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