pub struct Aql;Implementations§
Source§impl Aql
impl Aql
pub fn retrieve_context( task: impl Into<String>, brain: impl Into<String>, ) -> RetrieveContextBuilder
pub fn verify_fact( fact: impl Into<String>, brain: impl Into<String>, ) -> VerifyFactBuilder
pub fn remember( content: impl Into<String>, scope: impl Into<String>, memory_type: impl Into<String>, ) -> RememberBuilder
Trait Implementations§
impl Copy for Aql
impl Eq for Aql
impl StructuralPartialEq for Aql
Auto Trait Implementations§
impl Freeze for Aql
impl RefUnwindSafe for Aql
impl Send for Aql
impl Sync for Aql
impl Unpin for Aql
impl UnsafeUnpin for Aql
impl UnwindSafe for Aql
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