pub struct IterCopied<'a, T> { /* private fields */ }Implementations§
Source§impl<'a, T: Copy> IterCopied<'a, T>
impl<'a, T: Copy> IterCopied<'a, T>
Trait Implementations§
Source§impl<'a, T> IntoIterKind for IterCopied<'a, T>
impl<'a, T> IntoIterKind for IterCopied<'a, T>
type Kind = IsIteratorKind
Auto Trait Implementations§
impl<'a, T> Freeze for IterCopied<'a, T>
impl<'a, T> RefUnwindSafe for IterCopied<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for IterCopied<'a, T>where
T: Sync,
impl<'a, T> Sync for IterCopied<'a, T>where
T: Sync,
impl<'a, T> Unpin for IterCopied<'a, T>
impl<'a, T> UnwindSafe for IterCopied<'a, T>where
T: RefUnwindSafe,
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