pub struct AgentBased { /* private fields */ }Implementations§
Source§impl AgentBased
impl AgentBased
pub fn new(config: AgentConfig) -> Self
Trait Implementations§
Source§impl Algorithm for AgentBased
impl Algorithm for AgentBased
Auto Trait Implementations§
impl Freeze for AgentBased
impl RefUnwindSafe for AgentBased
impl Send for AgentBased
impl Sync for AgentBased
impl Unpin for AgentBased
impl UnwindSafe for AgentBased
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