pub struct ListShortCodeResponse {
pub short_codes: Option<Vec<ApiPeriodV2010PeriodAccountPeriodShortCode>>,
pub end: Option<i32>,
pub first_page_uri: Option<String>,
pub next_page_uri: Option<String>,
pub page: Option<i32>,
pub page_size: Option<i32>,
pub previous_page_uri: Option<String>,
pub start: Option<i32>,
pub uri: Option<String>,
}
Fields§
§short_codes: Option<Vec<ApiPeriodV2010PeriodAccountPeriodShortCode>>
§end: Option<i32>
§first_page_uri: Option<String>
§next_page_uri: Option<String>
§page: Option<i32>
§page_size: Option<i32>
§previous_page_uri: Option<String>
§start: Option<i32>
§uri: Option<String>
Implementations§
Source§impl ListShortCodeResponse
impl ListShortCodeResponse
pub fn new() -> ListShortCodeResponse
Trait Implementations§
Source§impl Clone for ListShortCodeResponse
impl Clone for ListShortCodeResponse
Source§fn clone(&self) -> ListShortCodeResponse
fn clone(&self) -> ListShortCodeResponse
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 moreSource§impl Debug for ListShortCodeResponse
impl Debug for ListShortCodeResponse
Source§impl Default for ListShortCodeResponse
impl Default for ListShortCodeResponse
Source§fn default() -> ListShortCodeResponse
fn default() -> ListShortCodeResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListShortCodeResponse
impl<'de> Deserialize<'de> for ListShortCodeResponse
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 ListShortCodeResponse
impl PartialEq for ListShortCodeResponse
Source§impl Serialize for ListShortCodeResponse
impl Serialize for ListShortCodeResponse
impl StructuralPartialEq for ListShortCodeResponse
Auto Trait Implementations§
impl Freeze for ListShortCodeResponse
impl RefUnwindSafe for ListShortCodeResponse
impl Send for ListShortCodeResponse
impl Sync for ListShortCodeResponse
impl Unpin for ListShortCodeResponse
impl UnwindSafe for ListShortCodeResponse
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