pub struct GroupByReducerB<R, T, U>(/* private fields */);Implementations§
Source§impl<R, T, U> GroupByReducerB<R, T, U>
impl<R, T, U> GroupByReducerB<R, T, U>
Trait Implementations§
Source§impl<R, T, U> Clone for GroupByReducerB<R, T, U>where
R: Clone,
impl<R, T, U> Clone for GroupByReducerB<R, T, U>where
R: Clone,
Source§impl<'de, R, T, U> Deserialize<'de> for GroupByReducerB<R, T, U>where
R: Deserialize<'de>,
impl<'de, R, T, U> Deserialize<'de> for GroupByReducerB<R, T, U>where
R: Deserialize<'de>,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<R, T, U> Reducer<IndexMap<T, U>> for GroupByReducerB<R, T, U>
impl<R, T, U> Reducer<IndexMap<T, U>> for GroupByReducerB<R, T, U>
Source§impl<R, T, U> ReducerProcessSend<IndexMap<T, U>> for GroupByReducerB<R, T, U>
impl<R, T, U> ReducerProcessSend<IndexMap<T, U>> for GroupByReducerB<R, T, U>
Source§impl<R, T, U> ReducerSend<IndexMap<T, U>> for GroupByReducerB<R, T, U>
impl<R, T, U> ReducerSend<IndexMap<T, U>> for GroupByReducerB<R, T, U>
Auto Trait Implementations§
impl<R, T, U> Freeze for GroupByReducerB<R, T, U>where
R: Freeze,
impl<R, T, U> RefUnwindSafe for GroupByReducerB<R, T, U>where
R: RefUnwindSafe,
impl<R, T, U> Send for GroupByReducerB<R, T, U>where
R: Send,
impl<R, T, U> Sync for GroupByReducerB<R, T, U>where
R: Sync,
impl<R, T, U> Unpin for GroupByReducerB<R, T, U>where
R: Unpin,
impl<R, T, U> UnsafeUnpin for GroupByReducerB<R, T, U>where
R: UnsafeUnpin,
impl<R, T, U> UnwindSafe for GroupByReducerB<R, T, U>where
R: 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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more