pub enum WorkerRouteKindView {
HarvestLoop,
Ordered,
}Expand description
High-level route shape — harvest_loop (legacy flat lists) or ordered (typed stop list).
Variants§
Trait Implementations§
Source§impl Clone for WorkerRouteKindView
impl Clone for WorkerRouteKindView
Source§fn clone(&self) -> WorkerRouteKindView
fn clone(&self) -> WorkerRouteKindView
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 moreimpl Copy for WorkerRouteKindView
Source§impl Debug for WorkerRouteKindView
impl Debug for WorkerRouteKindView
Source§impl Default for WorkerRouteKindView
impl Default for WorkerRouteKindView
Source§fn default() -> WorkerRouteKindView
fn default() -> WorkerRouteKindView
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkerRouteKindView
impl<'de> Deserialize<'de> for WorkerRouteKindView
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
impl Eq for WorkerRouteKindView
Source§impl PartialEq for WorkerRouteKindView
impl PartialEq for WorkerRouteKindView
Source§impl Serialize for WorkerRouteKindView
impl Serialize for WorkerRouteKindView
impl StructuralPartialEq for WorkerRouteKindView
Auto Trait Implementations§
impl Freeze for WorkerRouteKindView
impl RefUnwindSafe for WorkerRouteKindView
impl Send for WorkerRouteKindView
impl Sync for WorkerRouteKindView
impl Unpin for WorkerRouteKindView
impl UnsafeUnpin for WorkerRouteKindView
impl UnwindSafe for WorkerRouteKindView
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