pub struct Live {
pub activity: BTreeMap<AgentName, Activity>,
}Expand description
How the factory is currently behaving, overlaid on the static route map.
Empty by default, which renders the plain topology. That matters because the diagram has to work before the Tower has ever run anything.
Fields§
§activity: BTreeMap<AgentName, Activity>What each busy agent is doing.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Live
impl RefUnwindSafe for Live
impl Send for Live
impl Sync for Live
impl Unpin for Live
impl UnsafeUnpin for Live
impl UnwindSafe for Live
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