Struct amazon_sp_shipping::models::tracking_summary::TrackingSummary
source · [−]Expand description
TrackingSummary : The tracking summary.
Fields
status: Option<String>The derived status based on the events in the eventHistory.
Implementations
sourceimpl TrackingSummary
impl TrackingSummary
sourcepub fn new() -> TrackingSummary
pub fn new() -> TrackingSummary
The tracking summary.
Trait Implementations
sourceimpl Clone for TrackingSummary
impl Clone for TrackingSummary
sourcefn clone(&self) -> TrackingSummary
fn clone(&self) -> TrackingSummary
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 TrackingSummary
impl Debug for TrackingSummary
sourceimpl Default for TrackingSummary
impl Default for TrackingSummary
sourcefn default() -> TrackingSummary
fn default() -> TrackingSummary
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for TrackingSummary
impl<'de> Deserialize<'de> for TrackingSummary
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<TrackingSummary> for TrackingSummary
impl PartialEq<TrackingSummary> for TrackingSummary
sourcefn eq(&self, other: &TrackingSummary) -> bool
fn eq(&self, other: &TrackingSummary) -> bool
sourceimpl Serialize for TrackingSummary
impl Serialize for TrackingSummary
impl StructuralPartialEq for TrackingSummary
Auto Trait Implementations
impl RefUnwindSafe for TrackingSummary
impl Send for TrackingSummary
impl Sync for TrackingSummary
impl Unpin for TrackingSummary
impl UnwindSafe for TrackingSummary
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