pub struct Assign<I, V>(pub I, pub V);Tuple Fields§
§0: I§1: VTrait Implementations§
impl<I: Copy, V: Copy> Copy for Assign<I, V>
Auto Trait Implementations§
impl<I, V> Freeze for Assign<I, V>
impl<I, V> RefUnwindSafe for Assign<I, V>where
I: RefUnwindSafe,
V: RefUnwindSafe,
impl<I, V> Send for Assign<I, V>
impl<I, V> Sync for Assign<I, V>
impl<I, V> Unpin for Assign<I, V>
impl<I, V> UnwindSafe for Assign<I, V>where
I: UnwindSafe,
V: 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