pub struct ListDependentPhoneNumberResponse {
pub dependent_phone_numbers: Option<Vec<ApiPeriodV2010PeriodAccountPeriodAddressPeriodDependentPhoneNumber>>,
pub end: Option<i32>,
pub first_page_uri: Option<String>,
pub next_page_uri: Option<Option<String>>,
pub page: Option<i32>,
pub page_size: Option<i32>,
pub previous_page_uri: Option<Option<String>>,
pub start: Option<i32>,
pub uri: Option<String>,
}
Fields§
§dependent_phone_numbers: Option<Vec<ApiPeriodV2010PeriodAccountPeriodAddressPeriodDependentPhoneNumber>>
§end: Option<i32>
§first_page_uri: Option<String>
§next_page_uri: Option<Option<String>>
§page: Option<i32>
§page_size: Option<i32>
§previous_page_uri: Option<Option<String>>
§start: Option<i32>
§uri: Option<String>
Implementations§
Trait Implementations§
Source§impl Clone for ListDependentPhoneNumberResponse
impl Clone for ListDependentPhoneNumberResponse
Source§fn clone(&self) -> ListDependentPhoneNumberResponse
fn clone(&self) -> ListDependentPhoneNumberResponse
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 moreSource§impl Default for ListDependentPhoneNumberResponse
impl Default for ListDependentPhoneNumberResponse
Source§fn default() -> ListDependentPhoneNumberResponse
fn default() -> ListDependentPhoneNumberResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListDependentPhoneNumberResponse
impl<'de> Deserialize<'de> for ListDependentPhoneNumberResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ListDependentPhoneNumberResponse
impl PartialEq for ListDependentPhoneNumberResponse
Source§fn eq(&self, other: &ListDependentPhoneNumberResponse) -> bool
fn eq(&self, other: &ListDependentPhoneNumberResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ListDependentPhoneNumberResponse
Auto Trait Implementations§
impl Freeze for ListDependentPhoneNumberResponse
impl RefUnwindSafe for ListDependentPhoneNumberResponse
impl Send for ListDependentPhoneNumberResponse
impl Sync for ListDependentPhoneNumberResponse
impl Unpin for ListDependentPhoneNumberResponse
impl UnwindSafe for ListDependentPhoneNumberResponse
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