pub struct CausalSimulationAgent { /* private fields */ }Implementations§
Source§impl CausalSimulationAgent
impl CausalSimulationAgent
pub fn new(config: CausalSimulatorConfig) -> Self
pub fn default_config() -> Self
Trait Implementations§
Source§impl Suggestor for CausalSimulationAgent
impl Suggestor for CausalSimulationAgent
Source§fn name(&self) -> &'static str
fn name(&self) -> &'static str
Human-readable name, used for logging and provenance. Read more
Source§fn dependencies(&self) -> &[ContextKey]
fn dependencies(&self) -> &[ContextKey]
Context keys this suggestor reads from. Read more
Source§fn accepts(&self, ctx: &dyn Context) -> bool
fn accepts(&self, ctx: &dyn Context) -> bool
Pure predicate: should this suggestor execute given the current context? Read more
Auto Trait Implementations§
impl Freeze for CausalSimulationAgent
impl RefUnwindSafe for CausalSimulationAgent
impl Send for CausalSimulationAgent
impl Sync for CausalSimulationAgent
impl Unpin for CausalSimulationAgent
impl UnsafeUnpin for CausalSimulationAgent
impl UnwindSafe for CausalSimulationAgent
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