pub enum FlowOutcome {
Completed,
Blocked,
FailedClosed,
ExternallyBlocked,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FlowOutcome
impl Clone for FlowOutcome
Source§fn clone(&self) -> FlowOutcome
fn clone(&self) -> FlowOutcome
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 FlowOutcome
Source§impl Debug for FlowOutcome
impl Debug for FlowOutcome
impl Eq for FlowOutcome
Source§impl Hash for FlowOutcome
impl Hash for FlowOutcome
Source§impl Ord for FlowOutcome
impl Ord for FlowOutcome
Source§fn cmp(&self, other: &FlowOutcome) -> Ordering
fn cmp(&self, other: &FlowOutcome) -> Ordering
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 PartialEq for FlowOutcome
impl PartialEq for FlowOutcome
Source§fn eq(&self, other: &FlowOutcome) -> bool
fn eq(&self, other: &FlowOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FlowOutcome
impl PartialOrd for FlowOutcome
impl StructuralPartialEq for FlowOutcome
Auto Trait Implementations§
impl Freeze for FlowOutcome
impl RefUnwindSafe for FlowOutcome
impl Send for FlowOutcome
impl Sync for FlowOutcome
impl Unpin for FlowOutcome
impl UnsafeUnpin for FlowOutcome
impl UnwindSafe for FlowOutcome
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