pub struct IterMut<'n, K, N, SA, PA> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'n, K, N, SA, PA> !UnwindSafe for IterMut<'n, K, N, SA, PA>
impl<'n, K, N, SA, PA> Freeze for IterMut<'n, K, N, SA, PA>where
SA: Freeze,
impl<'n, K, N, SA, PA> RefUnwindSafe for IterMut<'n, K, N, SA, PA>
impl<'n, K, N, SA, PA> Send for IterMut<'n, K, N, SA, PA>
impl<'n, K, N, SA, PA> Sync for IterMut<'n, K, N, SA, PA>
impl<'n, K, N, SA, PA> Unpin for IterMut<'n, K, N, SA, PA>
impl<'n, K, N, SA, PA> UnsafeUnpin for IterMut<'n, K, N, SA, PA>where
SA: UnsafeUnpin,
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