pub struct FetchSipCredentialListParams {
pub account_sid: String,
pub sid: String,
}
Expand description
struct for passing parameters to the method fetch_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 FetchSipCredentialListParams
impl Clone for FetchSipCredentialListParams
Source§fn clone(&self) -> FetchSipCredentialListParams
fn clone(&self) -> FetchSipCredentialListParams
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 FetchSipCredentialListParams
impl RefUnwindSafe for FetchSipCredentialListParams
impl Send for FetchSipCredentialListParams
impl Sync for FetchSipCredentialListParams
impl Unpin for FetchSipCredentialListParams
impl UnwindSafe for FetchSipCredentialListParams
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