pub struct AgendaStats {
pub total_activations: usize,
pub groups: usize,
pub focus: String,
pub fired_rules: usize,
pub fired_activation_groups: usize,
pub active_ruleflow_groups: usize,
}Expand description
Agenda statistics
Fields§
§total_activations: usize§groups: usize§focus: String§fired_rules: usize§fired_activation_groups: usize§active_ruleflow_groups: usizeTrait Implementations§
Source§impl Clone for AgendaStats
impl Clone for AgendaStats
Source§fn clone(&self) -> AgendaStats
fn clone(&self) -> AgendaStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AgendaStats
impl Debug for AgendaStats
Auto Trait Implementations§
impl Freeze for AgendaStats
impl RefUnwindSafe for AgendaStats
impl Send for AgendaStats
impl Sync for AgendaStats
impl Unpin for AgendaStats
impl UnwindSafe for AgendaStats
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