pub struct MemoryGraphService { /* private fields */ }Implementations§
Source§impl MemoryGraphService
impl MemoryGraphService
pub fn new(store: Arc<dyn NodeStore>) -> Self
pub fn with_semantic_index( self, semantic_index: Arc<dyn SemanticIndexStore>, ) -> Self
pub async fn execute( &self, request: &MemoryGraphRequest, ) -> Result<MemoryGraphResult>
Auto Trait Implementations§
impl !RefUnwindSafe for MemoryGraphService
impl !UnwindSafe for MemoryGraphService
impl Freeze for MemoryGraphService
impl Send for MemoryGraphService
impl Sync for MemoryGraphService
impl Unpin for MemoryGraphService
impl UnsafeUnpin for MemoryGraphService
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