pub struct IsIntoIterKind<T, K>(/* private fields */);Implementations§
Source§impl<T> IsIntoIterKind<T, T::Kind>where
T: IntoIterKind,
impl<T> IsIntoIterKind<T, T::Kind>where
T: IntoIterKind,
Auto Trait Implementations§
impl<T, K> Freeze for IsIntoIterKind<T, K>
impl<T, K> RefUnwindSafe for IsIntoIterKind<T, K>
impl<T, K> Send for IsIntoIterKind<T, K>
impl<T, K> Sync for IsIntoIterKind<T, K>
impl<T, K> Unpin for IsIntoIterKind<T, K>
impl<T, K> UnwindSafe for IsIntoIterKind<T, K>
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