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 for ListNotificationResponse
impl PartialEq for ListNotificationResponse
Source§impl Serialize for ListNotificationResponse
impl Serialize for ListNotificationResponse
impl StructuralPartialEq for ListNotificationResponse
Auto Trait Implementations§
impl Freeze for ListNotificationResponse
impl RefUnwindSafe for ListNotificationResponse
impl Send for ListNotificationResponse
impl Sync for ListNotificationResponse
impl Unpin for ListNotificationResponse
impl UnwindSafe for ListNotificationResponse
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