pub struct SumLocalUpdateL<U>(pub U);Tuple Fields§
§0: UTrait Implementations§
impl<R1: RA, R2: RA, U: LocalUpdate<R1>> LocalUpdate<Sum<R1, R2>> for SumLocalUpdateL<U>
Auto Trait Implementations§
impl<U> Freeze for SumLocalUpdateL<U>where
U: Freeze,
impl<U> RefUnwindSafe for SumLocalUpdateL<U>where
U: RefUnwindSafe,
impl<U> Send for SumLocalUpdateL<U>where
U: Send,
impl<U> Sync for SumLocalUpdateL<U>where
U: Sync,
impl<U> Unpin for SumLocalUpdateL<U>where
U: Unpin,
impl<U> UnsafeUnpin for SumLocalUpdateL<U>where
U: UnsafeUnpin,
impl<U> UnwindSafe for SumLocalUpdateL<U>where
U: 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