pub struct CreateSipCredentialListParams {
pub account_sid: String,
pub friendly_name: String,
}
Expand description
struct for passing parameters to the method create_sip_credential_list
Fields§
§account_sid: String
The unique id of the Account that is responsible for this resource.
friendly_name: String
A human readable descriptive text that describes the CredentialList, up to 64 characters long.
Trait Implementations§
Source§impl Clone for CreateSipCredentialListParams
impl Clone for CreateSipCredentialListParams
Source§fn clone(&self) -> CreateSipCredentialListParams
fn clone(&self) -> CreateSipCredentialListParams
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 CreateSipCredentialListParams
impl RefUnwindSafe for CreateSipCredentialListParams
impl Send for CreateSipCredentialListParams
impl Sync for CreateSipCredentialListParams
impl Unpin for CreateSipCredentialListParams
impl UnwindSafe for CreateSipCredentialListParams
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