Struct timely_container::flatcontainer::CopyIter
source · #[repr(transparent)]pub struct CopyIter<I>(pub I);
Expand description
A type to wrap and copy iterators onto regions.
This only exists to avoid blanket implementations that might conflict with more specific implementations offered by some regions.
Tuple Fields§
§0: I
Trait Implementations§
source§impl<I> Ord for CopyIter<I>where
I: Ord,
impl<I> Ord for CopyIter<I>where
I: Ord,
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<I> PartialOrd for CopyIter<I>where
I: PartialOrd,
impl<I> PartialOrd for CopyIter<I>where
I: PartialOrd,
source§impl<R, T, I> Push<CopyIter<I>> for ColumnsRegion<R>
impl<R, T, I> Push<CopyIter<I>> for ColumnsRegion<R>
source§impl<T, I> Push<CopyIter<I>> for OwnedRegion<T>where
T: Clone,
I: IntoIterator<Item = T>,
impl<T, I> Push<CopyIter<I>> for OwnedRegion<T>where
T: Clone,
I: IntoIterator<Item = T>,
source§impl<T, J> ReserveItems<CopyIter<J>> for OwnedRegion<T>
impl<T, J> ReserveItems<CopyIter<J>> for OwnedRegion<T>
impl<I> Copy for CopyIter<I>where
I: Copy,
impl<I> Eq for CopyIter<I>where
I: Eq,
impl<I> StructuralPartialEq for CopyIter<I>
Auto Trait Implementations§
impl<I> Freeze for CopyIter<I>where
I: Freeze,
impl<I> RefUnwindSafe for CopyIter<I>where
I: RefUnwindSafe,
impl<I> Send for CopyIter<I>where
I: Send,
impl<I> Sync for CopyIter<I>where
I: Sync,
impl<I> Unpin for CopyIter<I>where
I: Unpin,
impl<I> UnwindSafe for CopyIter<I>where
I: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)