pub struct ShortTermMemory { /* private fields */ }Expand description
短期记忆 — 环形缓冲区,默认 200 条容量。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShortTermMemory
impl RefUnwindSafe for ShortTermMemory
impl Send for ShortTermMemory
impl Sync for ShortTermMemory
impl Unpin for ShortTermMemory
impl UnsafeUnpin for ShortTermMemory
impl UnwindSafe for ShortTermMemory
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