Enum konst_kernel::polymorphism::kinds::IsIntoIterKind
source · pub enum IsIntoIterKind {}
Expand description
Marker for user-defined types that can be converted into const iterators
Auto Trait Implementations§
impl Freeze for IsIntoIterKind
impl RefUnwindSafe for IsIntoIterKind
impl Send for IsIntoIterKind
impl Sync for IsIntoIterKind
impl Unpin for IsIntoIterKind
impl UnwindSafe for IsIntoIterKind
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