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