pub struct ListNotificationResponse {
pub notifications: Option<Vec<ApiPeriodV2010PeriodAccountPeriodNotification>>,
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§
§notifications: Option<Vec<ApiPeriodV2010PeriodAccountPeriodNotification>>
§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 ListNotificationResponse
impl ListNotificationResponse
pub fn new() -> ListNotificationResponse
Trait Implementations§
source§impl Clone for ListNotificationResponse
impl Clone for ListNotificationResponse
source§fn clone(&self) -> ListNotificationResponse
fn clone(&self) -> ListNotificationResponse
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 ListNotificationResponse
impl Debug for ListNotificationResponse
source§impl Default for ListNotificationResponse
impl Default for ListNotificationResponse
source§fn default() -> ListNotificationResponse
fn default() -> ListNotificationResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ListNotificationResponse
impl<'de> Deserialize<'de> for ListNotificationResponse
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<ListNotificationResponse> for ListNotificationResponse
impl PartialEq<ListNotificationResponse> for ListNotificationResponse
source§fn eq(&self, other: &ListNotificationResponse) -> bool
fn eq(&self, other: &ListNotificationResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.