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