Struct bonsaidb_core::networking::ReduceGrouped  
source · pub struct ReduceGrouped(pub Reduce);Expand description
Reduces a view, grouping the reduced values by key.
Tuple Fields§
§0: ReduceTrait Implementations§
source§impl Api for ReduceGrouped
 
impl Api for ReduceGrouped
source§impl Clone for ReduceGrouped
 
impl Clone for ReduceGrouped
source§fn clone(&self) -> ReduceGrouped
 
fn clone(&self) -> ReduceGrouped
Returns a copy 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 moresource§impl Debug for ReduceGrouped
 
impl Debug for ReduceGrouped
source§impl<'de> Deserialize<'de> for ReduceGrouped
 
impl<'de> Deserialize<'de> for ReduceGrouped
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
Auto Trait Implementations§
impl RefUnwindSafe for ReduceGrouped
impl Send for ReduceGrouped
impl Sync for ReduceGrouped
impl Unpin for ReduceGrouped
impl UnwindSafe for ReduceGrouped
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