pub struct AgentProfiler {
pub max_dimension: usize,
}Expand description
Profiler that maps topological features to agent behavior archetypes.
Fields§
§max_dimension: usizeImplementations§
Source§impl AgentProfiler
impl AgentProfiler
Auto Trait Implementations§
impl Freeze for AgentProfiler
impl RefUnwindSafe for AgentProfiler
impl Send for AgentProfiler
impl Sync for AgentProfiler
impl Unpin for AgentProfiler
impl UnsafeUnpin for AgentProfiler
impl UnwindSafe for AgentProfiler
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