pub struct ReductionHandler;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReductionHandler
impl RefUnwindSafe for ReductionHandler
impl Send for ReductionHandler
impl Sync for ReductionHandler
impl Unpin for ReductionHandler
impl UnsafeUnpin for ReductionHandler
impl UnwindSafe for ReductionHandler
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