Struct Changed
pub struct Changed {
last_value: Option<Value>,
}Expand description
Mutable step that drops values that are the same as the previous value.
The first value will always be output.
Fields§
§last_value: Option<Value>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Changed
impl RefUnwindSafe for Changed
impl Send for Changed
impl Sync for Changed
impl Unpin for Changed
impl UnwindSafe for Changed
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