pub struct LazyAggElement<T>where
T: MonoidAction,{ /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for LazyAggElement<T>where
<T as MonoidAction>::Key: Freeze,
<T as MonoidAction>::Agg: Freeze,
<T as MonoidAction>::Act: Freeze,
impl<T> RefUnwindSafe for LazyAggElement<T>where
<T as MonoidAction>::Key: RefUnwindSafe,
<T as MonoidAction>::Agg: RefUnwindSafe,
<T as MonoidAction>::Act: RefUnwindSafe,
impl<T> Send for LazyAggElement<T>where
<T as MonoidAction>::Key: Send,
<T as MonoidAction>::Agg: Send,
<T as MonoidAction>::Act: Send,
impl<T> Sync for LazyAggElement<T>where
<T as MonoidAction>::Key: Sync,
<T as MonoidAction>::Agg: Sync,
<T as MonoidAction>::Act: Sync,
impl<T> Unpin for LazyAggElement<T>where
<T as MonoidAction>::Key: Unpin,
<T as MonoidAction>::Agg: Unpin,
<T as MonoidAction>::Act: Unpin,
impl<T> UnwindSafe for LazyAggElement<T>where
<T as MonoidAction>::Key: UnwindSafe,
<T as MonoidAction>::Agg: UnwindSafe,
<T as MonoidAction>::Act: 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