pub struct SumHandle();
Expand description
A handle to keep a value in the sum.
See module level documentation for an example of usage.
Trait Implementations§
Source§impl<T: 'static + Clone + Zero + WrappingAdd + WrappingSub> SignalReceiver<T, SumHandle> for SumElement<T>
impl<T: 'static + Clone + Zero + WrappingAdd + WrappingSub> SignalReceiver<T, SumHandle> for SumElement<T>
Auto Trait Implementations§
impl Freeze for SumHandle
impl RefUnwindSafe for SumHandle
impl Send for SumHandle
impl Sync for SumHandle
impl Unpin for SumHandle
impl UnwindSafe for SumHandle
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