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