pub struct DeleteSipCredentialListMappingParams {
pub account_sid: String,
pub domain_sid: String,
pub sid: String,
}
Expand description
struct for passing parameters to the method delete_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 delete.
sid: String
A 34 character string that uniquely identifies the resource to delete.
Trait Implementations§
Source§impl Clone for DeleteSipCredentialListMappingParams
impl Clone for DeleteSipCredentialListMappingParams
Source§fn clone(&self) -> DeleteSipCredentialListMappingParams
fn clone(&self) -> DeleteSipCredentialListMappingParams
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 DeleteSipCredentialListMappingParams
impl RefUnwindSafe for DeleteSipCredentialListMappingParams
impl Send for DeleteSipCredentialListMappingParams
impl Sync for DeleteSipCredentialListMappingParams
impl Unpin for DeleteSipCredentialListMappingParams
impl UnwindSafe for DeleteSipCredentialListMappingParams
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