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