pub struct ReducingState<B, F>{ /* private fields */ }Expand description
Reducing state.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<B, F> Freeze for ReducingState<B, F>
impl<B, F> RefUnwindSafe for ReducingState<B, F>where
F: RefUnwindSafe,
B: RefUnwindSafe,
impl<B, F> Send for ReducingState<B, F>
impl<B, F> Sync for ReducingState<B, F>
impl<B, F> Unpin for ReducingState<B, F>
impl<B, F> UnsafeUnpin for ReducingState<B, F>
impl<B, F> UnwindSafe for ReducingState<B, F>where
F: RefUnwindSafe,
B: RefUnwindSafe,
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