pub struct TrackingSummary {
pub status: Option<String>,
}Expand description
TrackingSummary : The tracking summary.
Fields§
§status: Option<String>The derived status based on the events in the eventHistory.
Implementations§
Source§impl TrackingSummary
impl TrackingSummary
Sourcepub fn new() -> TrackingSummary
pub fn new() -> TrackingSummary
The tracking summary.
Trait Implementations§
Source§impl Clone for TrackingSummary
impl Clone for TrackingSummary
Source§fn clone(&self) -> TrackingSummary
fn clone(&self) -> TrackingSummary
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TrackingSummary
impl Debug for TrackingSummary
Source§impl Default for TrackingSummary
impl Default for TrackingSummary
Source§fn default() -> TrackingSummary
fn default() -> TrackingSummary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TrackingSummary
impl<'de> Deserialize<'de> for TrackingSummary
Source§fn 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
Source§impl PartialEq for TrackingSummary
impl PartialEq for TrackingSummary
Source§impl Serialize for TrackingSummary
impl Serialize for TrackingSummary
impl StructuralPartialEq for TrackingSummary
Auto Trait Implementations§
impl Freeze for TrackingSummary
impl RefUnwindSafe for TrackingSummary
impl Send for TrackingSummary
impl Sync for TrackingSummary
impl Unpin for TrackingSummary
impl UnwindSafe for TrackingSummary
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more