Struct cedar_agent::data::memory::MemoryDataStore
source · pub struct MemoryDataStore { /* private fields */ }Implementations§
Trait Implementations§
source§impl DataStore for MemoryDataStore
impl DataStore for MemoryDataStore
fn entities<'life0, 'async_trait>( &'life0 self ) -> Pin<Box<dyn Future<Output = Entities> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait,
fn get_entities<'life0, 'async_trait>( &'life0 self ) -> Pin<Box<dyn Future<Output = Entities> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait,
fn delete_entities<'life0, 'async_trait>( &'life0 self ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait,
fn update_entities<'life0, 'async_trait>( &'life0 self, entities: Entities ) -> Pin<Box<dyn Future<Output = Result<Entities, Box<dyn Error>>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait,
Auto Trait Implementations§
impl !RefUnwindSafe for MemoryDataStore
impl Send for MemoryDataStore
impl Sync for MemoryDataStore
impl Unpin for MemoryDataStore
impl UnwindSafe for MemoryDataStore
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
§fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where A: Array<Item = T>,
Converts
self into a collection.