Struct amazon_sp_finances::models::list_financial_event_groups_response::ListFinancialEventGroupsResponse
source · [−]pub struct ListFinancialEventGroupsResponse {
pub payload: Option<Box<ListFinancialEventGroupsPayload>>,
pub errors: Option<Vec<Error>>,
}Expand description
ListFinancialEventGroupsResponse : The response schema for the listFinancialEventGroups operation.
Fields
payload: Option<Box<ListFinancialEventGroupsPayload>>errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl ListFinancialEventGroupsResponse
impl ListFinancialEventGroupsResponse
sourcepub fn new() -> ListFinancialEventGroupsResponse
pub fn new() -> ListFinancialEventGroupsResponse
The response schema for the listFinancialEventGroups operation.
Trait Implementations
sourceimpl Clone for ListFinancialEventGroupsResponse
impl Clone for ListFinancialEventGroupsResponse
sourcefn clone(&self) -> ListFinancialEventGroupsResponse
fn clone(&self) -> ListFinancialEventGroupsResponse
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 ListFinancialEventGroupsResponse
impl Default for ListFinancialEventGroupsResponse
sourcefn default() -> ListFinancialEventGroupsResponse
fn default() -> ListFinancialEventGroupsResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ListFinancialEventGroupsResponse
impl<'de> Deserialize<'de> for ListFinancialEventGroupsResponse
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<ListFinancialEventGroupsResponse> for ListFinancialEventGroupsResponse
impl PartialEq<ListFinancialEventGroupsResponse> for ListFinancialEventGroupsResponse
sourcefn eq(&self, other: &ListFinancialEventGroupsResponse) -> bool
fn eq(&self, other: &ListFinancialEventGroupsResponse) -> bool
impl StructuralPartialEq for ListFinancialEventGroupsResponse
Auto Trait Implementations
impl RefUnwindSafe for ListFinancialEventGroupsResponse
impl Send for ListFinancialEventGroupsResponse
impl Sync for ListFinancialEventGroupsResponse
impl Unpin for ListFinancialEventGroupsResponse
impl UnwindSafe for ListFinancialEventGroupsResponse
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