pub struct OverlayAgentConfigs(pub HashMap<String, AgentConfig>);Expand description
Static [agents.*] map copied from Overlay when Execute config is empty.
Tuple Fields§
§0: HashMap<String, AgentConfig>Trait Implementations§
Source§impl Service for OverlayAgentConfigs
impl Service for OverlayAgentConfigs
Auto Trait Implementations§
impl Freeze for OverlayAgentConfigs
impl RefUnwindSafe for OverlayAgentConfigs
impl Send for OverlayAgentConfigs
impl Sync for OverlayAgentConfigs
impl Unpin for OverlayAgentConfigs
impl UnsafeUnpin for OverlayAgentConfigs
impl UnwindSafe for OverlayAgentConfigs
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