pub enum FlowCloseReason {
Completed,
Cancelled,
Expired,
StartFailed,
}Variants§
Trait Implementations§
Source§impl Clone for FlowCloseReason
impl Clone for FlowCloseReason
Source§fn clone(&self) -> FlowCloseReason
fn clone(&self) -> FlowCloseReason
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 FlowCloseReason
Source§impl Debug for FlowCloseReason
impl Debug for FlowCloseReason
Source§impl<'de> Deserialize<'de> for FlowCloseReason
impl<'de> Deserialize<'de> for FlowCloseReason
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 FlowCloseReason
Source§impl PartialEq for FlowCloseReason
impl PartialEq for FlowCloseReason
Source§impl Serialize for FlowCloseReason
impl Serialize for FlowCloseReason
impl StructuralPartialEq for FlowCloseReason
Auto Trait Implementations§
impl Freeze for FlowCloseReason
impl RefUnwindSafe for FlowCloseReason
impl Send for FlowCloseReason
impl Sync for FlowCloseReason
impl Unpin for FlowCloseReason
impl UnsafeUnpin for FlowCloseReason
impl UnwindSafe for FlowCloseReason
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