pub enum FlowName {
SessionCycle,
RoutedReopen,
Closeout,
DocumentMutation,
OperatorClear,
OrchestrationBatch,
}Variants§
Implementations§
Trait Implementations§
impl Copy for FlowName
impl Eq for FlowName
Source§impl Ord for FlowName
impl Ord for FlowName
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for FlowName
impl PartialOrd for FlowName
impl StructuralPartialEq for FlowName
Auto Trait Implementations§
impl Freeze for FlowName
impl RefUnwindSafe for FlowName
impl Send for FlowName
impl Sync for FlowName
impl Unpin for FlowName
impl UnsafeUnpin for FlowName
impl UnwindSafe for FlowName
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