Struct timely::order::FlatProductRegion
source · pub struct FlatProductRegion<RO: Region, RI: Region> { /* private fields */ }
Expand description
Region to store Product
timestamps.
Trait Implementations§
source§impl<RO: Clone + Region, RI: Clone + Region> Clone for ProductRegion<RO, RI>
impl<RO: Clone + Region, RI: Clone + Region> Clone for ProductRegion<RO, RI>
source§fn clone(&self) -> ProductRegion<RO, RI>
fn clone(&self) -> ProductRegion<RO, RI>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<RO: Default + Region, RI: Default + Region> Default for ProductRegion<RO, RI>
impl<RO: Default + Region, RI: Default + Region> Default for ProductRegion<RO, RI>
source§fn default() -> ProductRegion<RO, RI>
fn default() -> ProductRegion<RO, RI>
Returns the “default value” for a type. Read more
source§impl<'a, TO, TI, RO, RI> Push<&&'a Product<TO, TI>> for ProductRegion<RO, RI>
impl<'a, TO, TI, RO, RI> Push<&&'a Product<TO, TI>> for ProductRegion<RO, RI>
source§impl<'a, TO, TI, RO, RI> Push<&'a Product<TO, TI>> for ProductRegion<RO, RI>
impl<'a, TO, TI, RO, RI> Push<&'a Product<TO, TI>> for ProductRegion<RO, RI>
source§impl<TO, TI, RO, RI> Push<Product<TO, TI>> for ProductRegion<RO, RI>
impl<TO, TI, RO, RI> Push<Product<TO, TI>> for ProductRegion<RO, RI>
source§impl<RO: Region, RI: Region> Region for ProductRegion<RO, RI>
impl<RO: Region, RI: Region> Region for ProductRegion<RO, RI>
§type Owned = Product<<RO as Region>::Owned, <RI as Region>::Owned>
type Owned = Product<<RO as Region>::Owned, <RI as Region>::Owned>
An owned type that can be constructed from a read item.
§type ReadItem<'a> = Product<<RO as Region>::ReadItem<'a>, <RI as Region>::ReadItem<'a>>
where
Self: 'a
type ReadItem<'a> = Product<<RO as Region>::ReadItem<'a>, <RI as Region>::ReadItem<'a>> where Self: 'a
The type of the data that one gets out of the container.
§type Index = (<RO as Region>::Index, <RI as Region>::Index)
type Index = (<RO as Region>::Index, <RI as Region>::Index)
The type to index into the container. Should be treated
as an opaque type, even if known.
source§fn merge_regions<'a>(regions: impl Iterator<Item = &'a Self> + Clone) -> Selfwhere
Self: 'a,
fn merge_regions<'a>(regions: impl Iterator<Item = &'a Self> + Clone) -> Selfwhere
Self: 'a,
Construct a region that can absorb the contents of
regions
in the future.source§fn index(&self, (outer, inner): Self::Index) -> Self::ReadItem<'_>
fn index(&self, (outer, inner): Self::Index) -> Self::ReadItem<'_>
Index into the container. The index must be obtained by
pushing data into the container.
source§fn reserve_regions<'a, I>(&mut self, regions: I)
fn reserve_regions<'a, I>(&mut self, regions: I)
Ensure that the region can absorb the items of
regions
without reallocationsource§impl<'a, RO, RI> ReserveItems<Product<<RO as Region>::ReadItem<'a>, <RI as Region>::ReadItem<'a>>> for ProductRegion<RO, RI>where
RO: Region + ReserveItems<<RO as Region>::ReadItem<'a>> + 'a,
RI: Region + ReserveItems<<RI as Region>::ReadItem<'a>> + 'a,
impl<'a, RO, RI> ReserveItems<Product<<RO as Region>::ReadItem<'a>, <RI as Region>::ReadItem<'a>>> for ProductRegion<RO, RI>where
RO: Region + ReserveItems<<RO as Region>::ReadItem<'a>> + 'a,
RI: Region + ReserveItems<<RI as Region>::ReadItem<'a>> + 'a,
Auto Trait Implementations§
impl<RO, RI> Freeze for ProductRegion<RO, RI>
impl<RO, RI> RefUnwindSafe for ProductRegion<RO, RI>where
RO: RefUnwindSafe,
RI: RefUnwindSafe,
impl<RO, RI> Send for ProductRegion<RO, RI>
impl<RO, RI> Sync for ProductRegion<RO, RI>
impl<RO, RI> Unpin for ProductRegion<RO, RI>
impl<RO, RI> UnwindSafe for ProductRegion<RO, RI>where
RO: UnwindSafe,
RI: 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
)