Expand description
TrackingAddress : Address information for tracking the package.
Fields
city: StringThe city.
state: StringThe state.
country: StringThe country.
Implementations
Trait Implementations
sourceimpl Clone for TrackingAddress
impl Clone for TrackingAddress
sourcefn clone(&self) -> TrackingAddress
fn clone(&self) -> TrackingAddress
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 TrackingAddress
impl Debug for TrackingAddress
sourceimpl Default for TrackingAddress
impl Default for TrackingAddress
sourcefn default() -> TrackingAddress
fn default() -> TrackingAddress
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for TrackingAddress
impl<'de> Deserialize<'de> for TrackingAddress
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<TrackingAddress> for TrackingAddress
impl PartialEq<TrackingAddress> for TrackingAddress
sourcefn eq(&self, other: &TrackingAddress) -> bool
fn eq(&self, other: &TrackingAddress) -> bool
sourceimpl Serialize for TrackingAddress
impl Serialize for TrackingAddress
impl StructuralPartialEq for TrackingAddress
Auto Trait Implementations
impl RefUnwindSafe for TrackingAddress
impl Send for TrackingAddress
impl Sync for TrackingAddress
impl Unpin for TrackingAddress
impl UnwindSafe for TrackingAddress
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