pub struct AppendReducer;Expand description
Append reducer: accumulate all writes
Equivalent to LangGraph’s BinaryOperatorAggregate with operator.add.
All writes are extended in order.
Trait Implementations§
Source§impl Debug for AppendReducer
impl Debug for AppendReducer
Auto Trait Implementations§
impl Freeze for AppendReducer
impl RefUnwindSafe for AppendReducer
impl Send for AppendReducer
impl Sync for AppendReducer
impl Unpin for AppendReducer
impl UnsafeUnpin for AppendReducer
impl UnwindSafe for AppendReducer
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