pub struct OptionAccumulator<T, A: Accumulate<T>> { /* private fields */ }
Implementations§
Source§impl<T, A: Accumulate<T>> OptionAccumulator<T, A>
impl<T, A: Accumulate<T>> OptionAccumulator<T, A>
Trait Implementations§
Source§impl<T, A: Accumulate<T>> Accumulate<Option<T>> for OptionAccumulator<T, A>
impl<T, A: Accumulate<T>> Accumulate<Option<T>> for OptionAccumulator<T, A>
Source§impl<T, A: Accumulate<T>> Default for OptionAccumulator<T, A>
impl<T, A: Accumulate<T>> Default for OptionAccumulator<T, A>
Auto Trait Implementations§
impl<T, A> Freeze for OptionAccumulator<T, A>where
A: Freeze,
impl<T, A> RefUnwindSafe for OptionAccumulator<T, A>where
A: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, A> Send for OptionAccumulator<T, A>
impl<T, A> Sync for OptionAccumulator<T, A>
impl<T, A> Unpin for OptionAccumulator<T, A>
impl<T, A> UnwindSafe for OptionAccumulator<T, A>where
A: UnwindSafe,
T: 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