Struct amazon_sp_finances::models::list_financial_events_payload::ListFinancialEventsPayload
source · [−]pub struct ListFinancialEventsPayload {
pub next_token: Option<String>,
pub financial_events: Option<Box<FinancialEvents>>,
}Expand description
ListFinancialEventsPayload : The payload for the listFinancialEvents operation.
Fields
next_token: Option<String>When present and not empty, pass this string token in the next request to return the next response page.
financial_events: Option<Box<FinancialEvents>>Implementations
sourceimpl ListFinancialEventsPayload
impl ListFinancialEventsPayload
sourcepub fn new() -> ListFinancialEventsPayload
pub fn new() -> ListFinancialEventsPayload
The payload for the listFinancialEvents operation.
Trait Implementations
sourceimpl Clone for ListFinancialEventsPayload
impl Clone for ListFinancialEventsPayload
sourcefn clone(&self) -> ListFinancialEventsPayload
fn clone(&self) -> ListFinancialEventsPayload
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ListFinancialEventsPayload
impl Debug for ListFinancialEventsPayload
sourceimpl Default for ListFinancialEventsPayload
impl Default for ListFinancialEventsPayload
sourcefn default() -> ListFinancialEventsPayload
fn default() -> ListFinancialEventsPayload
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ListFinancialEventsPayload
impl<'de> Deserialize<'de> for ListFinancialEventsPayload
sourcefn 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
sourceimpl PartialEq<ListFinancialEventsPayload> for ListFinancialEventsPayload
impl PartialEq<ListFinancialEventsPayload> for ListFinancialEventsPayload
sourcefn eq(&self, other: &ListFinancialEventsPayload) -> bool
fn eq(&self, other: &ListFinancialEventsPayload) -> bool
impl StructuralPartialEq for ListFinancialEventsPayload
Auto Trait Implementations
impl RefUnwindSafe for ListFinancialEventsPayload
impl Send for ListFinancialEventsPayload
impl Sync for ListFinancialEventsPayload
impl Unpin for ListFinancialEventsPayload
impl UnwindSafe for ListFinancialEventsPayload
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more