pub struct UpdateSipCredentialListParams {
pub account_sid: String,
pub sid: String,
pub friendly_name: String,
}
Expand description
struct for passing parameters to the method update_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
friendly_name: String
A human readable descriptive text for a CredentialList, up to 64 characters long.
Trait Implementations§
Source§impl Clone for UpdateSipCredentialListParams
impl Clone for UpdateSipCredentialListParams
Source§fn clone(&self) -> UpdateSipCredentialListParams
fn clone(&self) -> UpdateSipCredentialListParams
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 UpdateSipCredentialListParams
impl RefUnwindSafe for UpdateSipCredentialListParams
impl Send for UpdateSipCredentialListParams
impl Sync for UpdateSipCredentialListParams
impl Unpin for UpdateSipCredentialListParams
impl UnwindSafe for UpdateSipCredentialListParams
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