pub struct AddK<T, I = ()> { /* private fields */ }Trait Implementations§
impl<T: Copy, I: Copy> Copy for AddK<T, I>
impl<T, I> StructuralPartialEq for AddK<T, I>
Auto Trait Implementations§
impl<T, I> Freeze for AddK<T, I>
impl<T, I> RefUnwindSafe for AddK<T, I>where
T: RefUnwindSafe,
I: RefUnwindSafe,
impl<T, I> Send for AddK<T, I>
impl<T, I> Sync for AddK<T, I>
impl<T, I> Unpin for AddK<T, I>
impl<T, I> UnwindSafe for AddK<T, I>where
T: UnwindSafe,
I: 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