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