pub struct MonoidAggElement<M>where
M: Monoid,{
pub agg: M::T,
}Fields§
§agg: M::TImplementations§
Source§impl<M> MonoidAggElement<M>where
M: Monoid,
impl<M> MonoidAggElement<M>where
M: Monoid,
pub fn top_down<Spec>(_node: BstDataMutRef<'_, Spec>)
pub fn bottom_up<Spec>(node: BstDataMutRef<'_, Spec>)
Trait Implementations§
Auto Trait Implementations§
impl<M> Freeze for MonoidAggElement<M>
impl<M> RefUnwindSafe for MonoidAggElement<M>
impl<M> Send for MonoidAggElement<M>
impl<M> Sync for MonoidAggElement<M>
impl<M> Unpin for MonoidAggElement<M>
impl<M> UnwindSafe for MonoidAggElement<M>
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