pub enum TrackingEventKind {
LabelCreated,
PickupScan,
InTransitScan,
OutForDeliveryScan,
DeliveredScan,
ExceptionScan,
ReturnScan,
}Variants§
Trait Implementations§
Source§impl Clone for TrackingEventKind
impl Clone for TrackingEventKind
Source§fn clone(&self) -> TrackingEventKind
fn clone(&self) -> TrackingEventKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TrackingEventKind
impl Debug for TrackingEventKind
Source§impl PartialEq for TrackingEventKind
impl PartialEq for TrackingEventKind
Source§fn eq(&self, other: &TrackingEventKind) -> bool
fn eq(&self, other: &TrackingEventKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TrackingEventKind
impl Eq for TrackingEventKind
impl StructuralPartialEq for TrackingEventKind
Auto Trait Implementations§
impl Freeze for TrackingEventKind
impl RefUnwindSafe for TrackingEventKind
impl Send for TrackingEventKind
impl Sync for TrackingEventKind
impl Unpin for TrackingEventKind
impl UnsafeUnpin for TrackingEventKind
impl UnwindSafe for TrackingEventKind
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