pub struct Replace;Expand description
Last-write-wins. Matches the current StateGraph
default — included so users who explicitly opt into reducer
machinery have a no-op option.
Trait Implementations§
impl Copy for Replace
Auto Trait Implementations§
impl Freeze for Replace
impl RefUnwindSafe for Replace
impl Send for Replace
impl Sync for Replace
impl Unpin for Replace
impl UnsafeUnpin for Replace
impl UnwindSafe for Replace
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