pub struct FetchSipCredentialListMappingParams {
pub account_sid: String,
pub domain_sid: String,
pub sid: String,
}
Expand description
struct for passing parameters to the method fetch_sip_credential_list_mapping
Fields§
§account_sid: String
The unique id of the Account responsible for this resource.
domain_sid: String
A 34 character string that uniquely identifies the SIP Domain that includes the resource to fetch.
sid: String
A 34 character string that uniquely identifies the resource to fetch.
Trait Implementations§
Source§impl Clone for FetchSipCredentialListMappingParams
impl Clone for FetchSipCredentialListMappingParams
Source§fn clone(&self) -> FetchSipCredentialListMappingParams
fn clone(&self) -> FetchSipCredentialListMappingParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for FetchSipCredentialListMappingParams
impl RefUnwindSafe for FetchSipCredentialListMappingParams
impl Send for FetchSipCredentialListMappingParams
impl Sync for FetchSipCredentialListMappingParams
impl Unpin for FetchSipCredentialListMappingParams
impl UnwindSafe for FetchSipCredentialListMappingParams
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