pub struct Summarizer { /* private fields */ }Expand description
Summarizer for context compaction
Implementations§
Auto Trait Implementations§
impl Freeze for Summarizer
impl !RefUnwindSafe for Summarizer
impl Send for Summarizer
impl Sync for Summarizer
impl Unpin for Summarizer
impl UnsafeUnpin for Summarizer
impl !UnwindSafe for Summarizer
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