pub struct FlowEvent {
pub flow: FlowName,
pub stage: FlowStage,
pub outcome: FlowOutcome,
pub reason: Option<String>,
}Fields§
§flow: FlowName§stage: FlowStage§outcome: FlowOutcome§reason: Option<String>Implementations§
Trait Implementations§
impl Eq for FlowEvent
impl StructuralPartialEq for FlowEvent
Auto Trait Implementations§
impl Freeze for FlowEvent
impl RefUnwindSafe for FlowEvent
impl Send for FlowEvent
impl Sync for FlowEvent
impl Unpin for FlowEvent
impl UnsafeUnpin for FlowEvent
impl UnwindSafe for FlowEvent
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