pub struct FormalAiEngine;Implementations§
Source§impl FormalAiEngine
impl FormalAiEngine
Sourcepub fn answer(&self, prompt: &str) -> SymbolicAnswer
pub fn answer(&self, prompt: &str) -> SymbolicAnswer
Answer a prompt by running it through the universal solver loop.
Trait Implementations§
Source§impl Clone for FormalAiEngine
impl Clone for FormalAiEngine
Source§fn clone(&self) -> FormalAiEngine
fn clone(&self) -> FormalAiEngine
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FormalAiEngine
Source§impl Debug for FormalAiEngine
impl Debug for FormalAiEngine
Source§impl Default for FormalAiEngine
impl Default for FormalAiEngine
Source§fn default() -> FormalAiEngine
fn default() -> FormalAiEngine
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FormalAiEngine
impl RefUnwindSafe for FormalAiEngine
impl Send for FormalAiEngine
impl Sync for FormalAiEngine
impl Unpin for FormalAiEngine
impl UnsafeUnpin for FormalAiEngine
impl UnwindSafe for FormalAiEngine
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