Struct combee::dataframe::GroupedDataFrame
source · pub struct GroupedDataFrame<'a, D: Clone + DeserializeOwned + Serialize, I: Eq + Hash + Clone, F>where
F: Fn(&D) -> I,{ /* private fields */ }
Expand description
A Grouped DataFrame, you can use a aggregator function to get a DataFrame.
Implementations§
Auto Trait Implementations§
impl<'a, D, I, F> RefUnwindSafe for GroupedDataFrame<'a, D, I, F>where D: RefUnwindSafe, F: RefUnwindSafe,
impl<'a, D, I, F> Send for GroupedDataFrame<'a, D, I, F>where D: Sync, F: Send,
impl<'a, D, I, F> Sync for GroupedDataFrame<'a, D, I, F>where D: Sync, F: Sync,
impl<'a, D, I, F> Unpin for GroupedDataFrame<'a, D, I, F>where F: Unpin,
impl<'a, D, I, F> UnwindSafe for GroupedDataFrame<'a, D, I, F>where D: RefUnwindSafe, F: 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