Struct amazon_sp_finances::models::list_financial_event_groups_payload::ListFinancialEventGroupsPayload
source · [−]pub struct ListFinancialEventGroupsPayload {
pub next_token: Option<String>,
pub financial_event_group_list: Option<Vec<FinancialEventGroup>>,
}Expand description
ListFinancialEventGroupsPayload : The payload for the listFinancialEventGroups 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_event_group_list: Option<Vec<FinancialEventGroup>>A list of financial event group information.
Implementations
sourceimpl ListFinancialEventGroupsPayload
impl ListFinancialEventGroupsPayload
sourcepub fn new() -> ListFinancialEventGroupsPayload
pub fn new() -> ListFinancialEventGroupsPayload
The payload for the listFinancialEventGroups operation.
Trait Implementations
sourceimpl Clone for ListFinancialEventGroupsPayload
impl Clone for ListFinancialEventGroupsPayload
sourcefn clone(&self) -> ListFinancialEventGroupsPayload
fn clone(&self) -> ListFinancialEventGroupsPayload
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 Default for ListFinancialEventGroupsPayload
impl Default for ListFinancialEventGroupsPayload
sourcefn default() -> ListFinancialEventGroupsPayload
fn default() -> ListFinancialEventGroupsPayload
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ListFinancialEventGroupsPayload
impl<'de> Deserialize<'de> for ListFinancialEventGroupsPayload
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<ListFinancialEventGroupsPayload> for ListFinancialEventGroupsPayload
impl PartialEq<ListFinancialEventGroupsPayload> for ListFinancialEventGroupsPayload
sourcefn eq(&self, other: &ListFinancialEventGroupsPayload) -> bool
fn eq(&self, other: &ListFinancialEventGroupsPayload) -> bool
impl StructuralPartialEq for ListFinancialEventGroupsPayload
Auto Trait Implementations
impl RefUnwindSafe for ListFinancialEventGroupsPayload
impl Send for ListFinancialEventGroupsPayload
impl Sync for ListFinancialEventGroupsPayload
impl Unpin for ListFinancialEventGroupsPayload
impl UnwindSafe for ListFinancialEventGroupsPayload
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