pub struct LastWriteWins;Expand description
Default reducer: the new value replaces the old value.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LastWriteWins
impl RefUnwindSafe for LastWriteWins
impl Send for LastWriteWins
impl Sync for LastWriteWins
impl Unpin for LastWriteWins
impl UnsafeUnpin for LastWriteWins
impl UnwindSafe for LastWriteWins
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