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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes