pub struct AiAnalysis {
pub node_count: usize,
}
Expand description
Stores results from analysis.
Fields§
§node_count: usize
Keeps track of maximum number of nodes.
Implementations§
Source§impl AiAnalysis
impl AiAnalysis
Sourcepub fn new() -> AiAnalysis
pub fn new() -> AiAnalysis
Creates new AI analysis.
Auto Trait Implementations§
impl Freeze for AiAnalysis
impl RefUnwindSafe for AiAnalysis
impl Send for AiAnalysis
impl Sync for AiAnalysis
impl Unpin for AiAnalysis
impl UnwindSafe for AiAnalysis
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