pub struct DeleteSipCredentialListParams {
pub account_sid: String,
pub sid: String,
}
Expand description
struct for passing parameters to the method delete_sip_credential_list
Fields§
§account_sid: String
The unique id of the Account that is responsible for this resource.
sid: String
The credential list Sid that uniquely identifies this resource
Trait Implementations§
Source§impl Clone for DeleteSipCredentialListParams
impl Clone for DeleteSipCredentialListParams
Source§fn clone(&self) -> DeleteSipCredentialListParams
fn clone(&self) -> DeleteSipCredentialListParams
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 DeleteSipCredentialListParams
impl RefUnwindSafe for DeleteSipCredentialListParams
impl Send for DeleteSipCredentialListParams
impl Sync for DeleteSipCredentialListParams
impl Unpin for DeleteSipCredentialListParams
impl UnwindSafe for DeleteSipCredentialListParams
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