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