pub struct GroupBy<'a, Item, Key>{ /* private fields */ }Implementations§
Source§impl<'a, Item, Key> GroupBy<'a, Item, Key>
impl<'a, Item, Key> GroupBy<'a, Item, Key>
pub fn new<F>(f: F) -> GroupBy<'a, Item, Key>
pub fn execute( &self, source: Observable<'a, Item>, ) -> Observable<'a, Observable<'a, Item>>
Trait Implementations§
Auto Trait Implementations§
impl<'a, Item, Key> Freeze for GroupBy<'a, Item, Key>
impl<'a, Item, Key> RefUnwindSafe for GroupBy<'a, Item, Key>
impl<'a, Item, Key> Send for GroupBy<'a, Item, Key>
impl<'a, Item, Key> Sync for GroupBy<'a, Item, Key>
impl<'a, Item, Key> Unpin for GroupBy<'a, Item, Key>
impl<'a, Item, Key> UnwindSafe for GroupBy<'a, Item, Key>
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