pub struct DistinctUntilChanged<Item>{ /* private fields */ }Implementations§
Source§impl<'a, Item> DistinctUntilChanged<Item>
impl<'a, Item> DistinctUntilChanged<Item>
pub fn new() -> DistinctUntilChanged<Item>
pub fn execute(&self, source: Observable<'a, Item>) -> Observable<'a, Item>
Trait Implementations§
Source§impl<Item> Clone for DistinctUntilChanged<Item>
impl<Item> Clone for DistinctUntilChanged<Item>
Source§fn clone(&self) -> DistinctUntilChanged<Item>
fn clone(&self) -> DistinctUntilChanged<Item>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<Item> Freeze for DistinctUntilChanged<Item>
impl<Item> RefUnwindSafe for DistinctUntilChanged<Item>where
Item: RefUnwindSafe,
impl<Item> Send for DistinctUntilChanged<Item>
impl<Item> Sync for DistinctUntilChanged<Item>
impl<Item> Unpin for DistinctUntilChanged<Item>where
Item: Unpin,
impl<Item> UnwindSafe for DistinctUntilChanged<Item>where
Item: UnwindSafe,
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