pub struct MemorySection { /* private fields */ }Implementations§
Source§impl MemorySection
impl MemorySection
pub fn new(store: Arc<Mutex<MemoryStore>>) -> Self
Trait Implementations§
Source§impl PromptSection for MemorySection
impl PromptSection for MemorySection
Auto Trait Implementations§
impl Freeze for MemorySection
impl RefUnwindSafe for MemorySection
impl Send for MemorySection
impl Sync for MemorySection
impl Unpin for MemorySection
impl UnsafeUnpin for MemorySection
impl UnwindSafe for MemorySection
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