pub struct FetchAvailablePhoneNumberCountryParams {
pub account_sid: String,
pub country_code: String,
}
Expand description
struct for passing parameters to the method fetch_available_phone_number_country
Fields§
§account_sid: String
The SID of the Account requesting the available phone number Country resource.
country_code: String
The ISO-3166-1 country code of the country to fetch available phone number information about.
Trait Implementations§
Source§impl Clone for FetchAvailablePhoneNumberCountryParams
impl Clone for FetchAvailablePhoneNumberCountryParams
Source§fn clone(&self) -> FetchAvailablePhoneNumberCountryParams
fn clone(&self) -> FetchAvailablePhoneNumberCountryParams
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 FetchAvailablePhoneNumberCountryParams
impl RefUnwindSafe for FetchAvailablePhoneNumberCountryParams
impl Send for FetchAvailablePhoneNumberCountryParams
impl Sync for FetchAvailablePhoneNumberCountryParams
impl Unpin for FetchAvailablePhoneNumberCountryParams
impl UnwindSafe for FetchAvailablePhoneNumberCountryParams
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