Struct timely_container::flatcontainer::impls::tuple::TupleARegion
source · pub struct TupleARegion<A> { /* private fields */ }
Expand description
A region for a tuple.
Trait Implementations§
source§impl<A> Clone for TupleARegion<A>
impl<A> Clone for TupleARegion<A>
source§fn clone(&self) -> TupleARegion<A>
fn clone(&self) -> TupleARegion<A>
Returns a copy of the value. Read more
source§fn clone_from(&mut self, source: &TupleARegion<A>)
fn clone_from(&mut self, source: &TupleARegion<A>)
Performs copy-assignment from
source
. Read moresource§impl<A> Debug for TupleARegion<A>where
A: Debug,
impl<A> Debug for TupleARegion<A>where
A: Debug,
source§impl<A> Default for TupleARegion<A>where
A: Default,
impl<A> Default for TupleARegion<A>where
A: Default,
source§fn default() -> TupleARegion<A>
fn default() -> TupleARegion<A>
Returns the “default value” for a type. Read more
source§impl<'de, A> Deserialize<'de> for TupleARegion<A>where
A: Deserialize<'de>,
impl<'de, A> Deserialize<'de> for TupleARegion<A>where
A: Deserialize<'de>,
source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<TupleARegion<A>, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<TupleARegion<A>, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<'a, A, A_C> Push<&'a (A,)> for TupleARegion<A_C>
impl<'a, A, A_C> Push<&'a (A,)> for TupleARegion<A_C>
source§impl<A, A_C> Push<(A,)> for TupleARegion<A_C>
impl<A, A_C> Push<(A,)> for TupleARegion<A_C>
source§impl<A> Region for TupleARegion<A>
impl<A> Region for TupleARegion<A>
§type ReadItem<'a> = (<A as Region>::ReadItem<'a>,)
where
TupleARegion<A>: 'a
type ReadItem<'a> = (<A as Region>::ReadItem<'a>,) where TupleARegion<A>: 'a
The type of the data that one gets out of the container.
§type Index = (<A as Region>::Index,)
type Index = (<A 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 TupleARegion<A>> + Clone,
) -> TupleARegion<A>where
TupleARegion<A>: 'a,
fn merge_regions<'a>(
regions: impl Iterator<Item = &'a TupleARegion<A>> + Clone,
) -> TupleARegion<A>where
TupleARegion<A>: 'a,
Construct a region that can absorb the contents of
regions
in the future.source§fn index(
&self,
index: <TupleARegion<A> as Region>::Index,
) -> <TupleARegion<A> as Region>::ReadItem<'_>
fn index( &self, index: <TupleARegion<A> as Region>::Index, ) -> <TupleARegion<A> as Region>::ReadItem<'_>
Index into the container. The index must be obtained by
pushing data into the container.
source§fn reserve_regions<'a, It>(&mut self, regions: It)
fn reserve_regions<'a, It>(&mut self, regions: It)
Ensure that the region can absorb the items of
regions
without reallocationsource§fn reborrow<'b, 'a>(
item: <TupleARegion<A> as Region>::ReadItem<'a>,
) -> <TupleARegion<A> as Region>::ReadItem<'b>where
'a: 'b,
TupleARegion<A>: 'a,
fn reborrow<'b, 'a>(
item: <TupleARegion<A> as Region>::ReadItem<'a>,
) -> <TupleARegion<A> as Region>::ReadItem<'b>where
'a: 'b,
TupleARegion<A>: 'a,
Converts a read item into one with a narrower lifetime.
source§impl<'a, A, A_C> ReserveItems<&'a (A,)> for TupleARegion<A_C>
impl<'a, A, A_C> ReserveItems<&'a (A,)> for TupleARegion<A_C>
source§impl<A, A_C> ReserveItems<(A,)> for TupleARegion<A_C>where
A_C: Region + ReserveItems<A>,
impl<A, A_C> ReserveItems<(A,)> for TupleARegion<A_C>where
A_C: Region + ReserveItems<A>,
source§impl<A> Serialize for TupleARegion<A>where
A: Serialize,
impl<A> Serialize for TupleARegion<A>where
A: Serialize,
source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl<A> Freeze for TupleARegion<A>where
A: Freeze,
impl<A> RefUnwindSafe for TupleARegion<A>where
A: RefUnwindSafe,
impl<A> Send for TupleARegion<A>where
A: Send,
impl<A> Sync for TupleARegion<A>where
A: Sync,
impl<A> Unpin for TupleARegion<A>where
A: Unpin,
impl<A> UnwindSafe for TupleARegion<A>where
A: 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
)