Expand description
Holds mutable flow state
Fields
time_summary: Vec<(String, u128)>
timing info for summary
forced_plugin: Option<String>
forced plugin name
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FlowState
impl Send for FlowState
impl Sync for FlowState
impl Unpin for FlowState
impl UnwindSafe for FlowState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more