Expand description
TrackingDetails : Representation of tracking metadata.
Fields
tracking_id: Option<String>A string of up to 255 characters.
Implementations
sourceimpl TrackingDetails
impl TrackingDetails
sourcepub fn new() -> TrackingDetails
pub fn new() -> TrackingDetails
Representation of tracking metadata.
Trait Implementations
sourceimpl Clone for TrackingDetails
impl Clone for TrackingDetails
sourcefn clone(&self) -> TrackingDetails
fn clone(&self) -> TrackingDetails
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 TrackingDetails
impl Debug for TrackingDetails
sourceimpl Default for TrackingDetails
impl Default for TrackingDetails
sourcefn default() -> TrackingDetails
fn default() -> TrackingDetails
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for TrackingDetails
impl<'de> Deserialize<'de> for TrackingDetails
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<TrackingDetails> for TrackingDetails
impl PartialEq<TrackingDetails> for TrackingDetails
sourcefn eq(&self, other: &TrackingDetails) -> bool
fn eq(&self, other: &TrackingDetails) -> bool
sourceimpl Serialize for TrackingDetails
impl Serialize for TrackingDetails
impl StructuralPartialEq for TrackingDetails
Auto Trait Implementations
impl RefUnwindSafe for TrackingDetails
impl Send for TrackingDetails
impl Sync for TrackingDetails
impl Unpin for TrackingDetails
impl UnwindSafe for TrackingDetails
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