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