pub struct Tup7<T1, T2, T3, T4, T5, T6, T7>(pub T1, pub T2, pub T3, pub T4, pub T5, pub T6, pub T7);Tuple Fields§
§0: T1§1: T2§2: T3§3: T4§4: T5§5: T6§6: T7Implementations§
Source§impl<T1, T2, T3, T4, T5, T6, T7> Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1, T2, T3, T4, T5, T6, T7> Tup7<T1, T2, T3, T4, T5, T6, T7>
Trait Implementations§
Source§impl<T1, T2, T3, T4, T5, T6, T7> AddAssignByRef for Tup7<T1, T2, T3, T4, T5, T6, T7>where
T1: AddAssignByRef,
T2: AddAssignByRef,
T3: AddAssignByRef,
T4: AddAssignByRef,
T5: AddAssignByRef,
T6: AddAssignByRef,
T7: AddAssignByRef,
impl<T1, T2, T3, T4, T5, T6, T7> AddAssignByRef for Tup7<T1, T2, T3, T4, T5, T6, T7>where
T1: AddAssignByRef,
T2: AddAssignByRef,
T3: AddAssignByRef,
T4: AddAssignByRef,
T5: AddAssignByRef,
T6: AddAssignByRef,
T7: AddAssignByRef,
fn add_assign_by_ref(&mut self, other: &Self)
Source§impl<T1, T2, T3, T4, T5, T6, T7> AddByRef for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1, T2, T3, T4, T5, T6, T7> AddByRef for Tup7<T1, T2, T3, T4, T5, T6, T7>
fn add_by_ref(&self, other: &Self) -> Self
Source§impl<T1, T2, T3, T4, T5, T6, T7> Archive for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1, T2, T3, T4, T5, T6, T7> Archive for Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§type Archived = ArchivedTup7<T1, T2, T3, T4, T5, T6, T7>
type Archived = ArchivedTup7<T1, T2, T3, T4, T5, T6, T7>
The archived representation of this type. Read more
Source§type Resolver = Tup7Resolver<T1, T2, T3, T4, T5, T6, T7>
type Resolver = Tup7Resolver<T1, T2, T3, T4, T5, T6, T7>
The resolver for this type. It must contain all the additional information from serializing
needed to make the archived type from the normal type.
Source§impl<T1, T2, T3, T4, T5, T6, T7> Checkpoint for Tup7<T1, T2, T3, T4, T5, T6, T7>where
Tup7<T1, T2, T3, T4, T5, T6, T7>: for<'lifetime> Serialize<DbspSerializer<'lifetime>> + Deserializable,
impl<T1, T2, T3, T4, T5, T6, T7> Checkpoint for Tup7<T1, T2, T3, T4, T5, T6, T7>where
Tup7<T1, T2, T3, T4, T5, T6, T7>: for<'lifetime> Serialize<DbspSerializer<'lifetime>> + Deserializable,
Source§impl<T1: Clone, T2: Clone, T3: Clone, T4: Clone, T5: Clone, T6: Clone, T7: Clone> Clone for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1: Clone, T2: Clone, T3: Clone, T4: Clone, T5: Clone, T6: Clone, T7: Clone> Clone for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1: Copy, T2: Copy, T3: Copy, T4: Copy, T5: Copy, T6: Copy, T7: Copy> Copy for Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§impl<T1: Debug, T2: Debug, T3: Debug, T4: Debug, T5: Debug, T6: Debug, T7: Debug> Debug for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1: Debug, T2: Debug, T3: Debug, T4: Debug, T5: Debug, T6: Debug, T7: Debug> Debug for Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§impl<T1: Default, T2: Default, T3: Default, T4: Default, T5: Default, T6: Default, T7: Default> Default for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1: Default, T2: Default, T3: Default, T4: Default, T5: Default, T6: Default, T7: Default> Default for Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§impl<'de, T1, T2, T3, T4, T5, T6, T7> Deserialize<'de> for Tup7<T1, T2, T3, T4, T5, T6, T7>where
T1: Deserialize<'de>,
T2: Deserialize<'de>,
T3: Deserialize<'de>,
T4: Deserialize<'de>,
T5: Deserialize<'de>,
T6: Deserialize<'de>,
T7: Deserialize<'de>,
impl<'de, T1, T2, T3, T4, T5, T6, T7> Deserialize<'de> for Tup7<T1, T2, T3, T4, T5, T6, T7>where
T1: Deserialize<'de>,
T2: Deserialize<'de>,
T3: Deserialize<'de>,
T4: Deserialize<'de>,
T5: Deserialize<'de>,
T6: Deserialize<'de>,
T7: Deserialize<'de>,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<__D: Fallible + ?Sized, T1, T2, T3, T4, T5, T6, T7> Deserialize<Tup7<T1, T2, T3, T4, T5, T6, T7>, __D> for Archived<Tup7<T1, T2, T3, T4, T5, T6, T7>>where
T1: Archive,
Archived<T1>: Deserialize<T1, __D>,
T2: Archive,
Archived<T2>: Deserialize<T2, __D>,
T3: Archive,
Archived<T3>: Deserialize<T3, __D>,
T4: Archive,
Archived<T4>: Deserialize<T4, __D>,
T5: Archive,
Archived<T5>: Deserialize<T5, __D>,
T6: Archive,
Archived<T6>: Deserialize<T6, __D>,
T7: Archive,
Archived<T7>: Deserialize<T7, __D>,
impl<__D: Fallible + ?Sized, T1, T2, T3, T4, T5, T6, T7> Deserialize<Tup7<T1, T2, T3, T4, T5, T6, T7>, __D> for Archived<Tup7<T1, T2, T3, T4, T5, T6, T7>>where
T1: Archive,
Archived<T1>: Deserialize<T1, __D>,
T2: Archive,
Archived<T2>: Deserialize<T2, __D>,
T3: Archive,
Archived<T3>: Deserialize<T3, __D>,
T4: Archive,
Archived<T4>: Deserialize<T4, __D>,
T5: Archive,
Archived<T5>: Deserialize<T5, __D>,
T6: Archive,
Archived<T6>: Deserialize<T6, __D>,
T7: Archive,
Archived<T7>: Deserialize<T7, __D>,
Source§impl<'de, C, AUX, T1, T2, T3, T4, T5, T6, T7> DeserializeWithContext<'de, C, AUX> for Tup7<T1, T2, T3, T4, T5, T6, T7>where
Tup7<T1, T2, T3, T4, T5, T6, T7>: Deserialize<'de>,
impl<'de, C, AUX, T1, T2, T3, T4, T5, T6, T7> DeserializeWithContext<'de, C, AUX> for Tup7<T1, T2, T3, T4, T5, T6, T7>where
Tup7<T1, T2, T3, T4, T5, T6, T7>: Deserialize<'de>,
fn deserialize_with_context<D>(
deserializer: D,
_context: &'de C,
) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize_with_context_aux<D>(
deserializer: D,
context: &'de C,
_aux: &'de Option<AUX>,
) -> Result<Self, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
impl<T1: Eq, T2: Eq, T3: Eq, T4: Eq, T5: Eq, T6: Eq, T7: Eq> Eq for Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§impl<T1, T2, T3, T4, T5, T6, T7> From<(T1, T2, T3, T4, T5, T6, T7)> for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1, T2, T3, T4, T5, T6, T7> From<(T1, T2, T3, T4, T5, T6, T7)> for Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§fn from((t0, t1, t2, t3, t4, t5, t6): (T1, T2, T3, T4, T5, T6, T7)) -> Self
fn from((t0, t1, t2, t3, t4, t5, t6): (T1, T2, T3, T4, T5, T6, T7)) -> Self
Converts to this type from the input type.
Source§impl<T1: Hash, T2: Hash, T3: Hash, T4: Hash, T5: Hash, T6: Hash, T7: Hash> Hash for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1: Hash, T2: Hash, T3: Hash, T4: Hash, T5: Hash, T6: Hash, T7: Hash> Hash for Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§impl<'a, T1, T2, T3, T4, T5, T6, T7> Into<(&'a T1, &'a T2, &'a T3, &'a T4, &'a T5, &'a T6, &'a T7)> for &'a Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<'a, T1, T2, T3, T4, T5, T6, T7> Into<(&'a T1, &'a T2, &'a T3, &'a T4, &'a T5, &'a T6, &'a T7)> for &'a Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§impl<T1, T2, T3, T4, T5, T6, T7> Into<(T1, T2, T3, T4, T5, T6, T7)> for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1, T2, T3, T4, T5, T6, T7> Into<(T1, T2, T3, T4, T5, T6, T7)> for Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§fn into(self) -> (T1, T2, T3, T4, T5, T6, T7)
fn into(self) -> (T1, T2, T3, T4, T5, T6, T7)
Converts this type into the (usually inferred) input type.
Source§impl<T1, T2, T3, T4, T5, T6, T7> IsNone for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1, T2, T3, T4, T5, T6, T7> IsNone for Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§impl<T1: Neg<Output = T1>, T2: Neg<Output = T2>, T3: Neg<Output = T3>, T4: Neg<Output = T4>, T5: Neg<Output = T5>, T6: Neg<Output = T6>, T7: Neg<Output = T7>> Neg for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1: Neg<Output = T1>, T2: Neg<Output = T2>, T3: Neg<Output = T3>, T4: Neg<Output = T4>, T5: Neg<Output = T5>, T6: Neg<Output = T6>, T7: Neg<Output = T7>> Neg for Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§impl<T1, T2, T3, T4, T5, T6, T7> NegByRef for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1, T2, T3, T4, T5, T6, T7> NegByRef for Tup7<T1, T2, T3, T4, T5, T6, T7>
fn neg_by_ref(&self) -> Self
Source§impl<T1, T2, T3, T4, T5, T6, T7> NumEntries for Tup7<T1, T2, T3, T4, T5, T6, T7>where
T1: NumEntries,
T2: NumEntries,
T3: NumEntries,
T4: NumEntries,
T5: NumEntries,
T6: NumEntries,
T7: NumEntries,
impl<T1, T2, T3, T4, T5, T6, T7> NumEntries for Tup7<T1, T2, T3, T4, T5, T6, T7>where
T1: NumEntries,
T2: NumEntries,
T3: NumEntries,
T4: NumEntries,
T5: NumEntries,
T6: NumEntries,
T7: NumEntries,
Source§const CONST_NUM_ENTRIES: Option<usize> = None
const CONST_NUM_ENTRIES: Option<usize> = None
Returns
Some(n) if Self has constant size or None otherwise.Source§fn num_entries_shallow(&self) -> usize
fn num_entries_shallow(&self) -> usize
Returns the number of entries in
self.Source§fn num_entries_deep(&self) -> usize
fn num_entries_deep(&self) -> usize
Recursively computes the number of entries in a container by
calling this method on each entry in
self. Read moreSource§impl<T1: Ord, T2: Ord, T3: Ord, T4: Ord, T5: Ord, T6: Ord, T7: Ord> Ord for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1: Ord, T2: Ord, T3: Ord, T4: Ord, T5: Ord, T6: Ord, T7: Ord> Ord for Tup7<T1, T2, T3, T4, T5, T6, T7>
1.21.0 (const: unstable) · 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<T1: PartialEq, T2: PartialEq, T3: PartialEq, T4: PartialEq, T5: PartialEq, T6: PartialEq, T7: PartialEq> PartialEq for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1: PartialEq, T2: PartialEq, T3: PartialEq, T4: PartialEq, T5: PartialEq, T6: PartialEq, T7: PartialEq> PartialEq for Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§impl<T1: PartialOrd, T2: PartialOrd, T3: PartialOrd, T4: PartialOrd, T5: PartialOrd, T6: PartialOrd, T7: PartialOrd> PartialOrd for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1: PartialOrd, T2: PartialOrd, T3: PartialOrd, T4: PartialOrd, T5: PartialOrd, T6: PartialOrd, T7: PartialOrd> PartialOrd for Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§impl<__S: Fallible + ?Sized, T1, T2, T3, T4, T5, T6, T7> Serialize<__S> for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<__S: Fallible + ?Sized, T1, T2, T3, T4, T5, T6, T7> Serialize<__S> for Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§impl<T1, T2, T3, T4, T5, T6, T7> SizeOf for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1, T2, T3, T4, T5, T6, T7> SizeOf for Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§fn size_of_children(&self, context: &mut Context)
fn size_of_children(&self, context: &mut Context)
Gets the size of all “children” owned by this value, not including the
size of the value itself. Read more
Source§fn size_of_with_context(&self, context: &mut Context)
fn size_of_with_context(&self, context: &mut Context)
Adds the size of the current value to the given
Context,
including both the size of the value itself and all of its childrenimpl<T1, T2, T3, T4, T5, T6, T7> StructuralPartialEq for Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§impl<T1, T2, T3, T4, T5, T6, T7> SupportsRoaring for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1, T2, T3, T4, T5, T6, T7> SupportsRoaring for Tup7<T1, T2, T3, T4, T5, T6, T7>
Source§fn supports_roaring32(&self) -> bool
fn supports_roaring32(&self) -> bool
Returns
true if this key type can be represented in a 32-bit roaring
bitmap.Source§fn roaring_u32_offset_dyn_checked(&self, min: &DynData) -> u32
fn roaring_u32_offset_dyn_checked(&self, min: &DynData) -> u32
Like
roaring_u32_offset_dyn, but
panics when the offset cannot be computed.Auto Trait Implementations§
impl<T1, T2, T3, T4, T5, T6, T7> Freeze for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1, T2, T3, T4, T5, T6, T7> RefUnwindSafe for Tup7<T1, T2, T3, T4, T5, T6, T7>where
T1: RefUnwindSafe,
T2: RefUnwindSafe,
T3: RefUnwindSafe,
T4: RefUnwindSafe,
T5: RefUnwindSafe,
T6: RefUnwindSafe,
T7: RefUnwindSafe,
impl<T1, T2, T3, T4, T5, T6, T7> Send for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1, T2, T3, T4, T5, T6, T7> Sync for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1, T2, T3, T4, T5, T6, T7> Unpin for Tup7<T1, T2, T3, T4, T5, T6, T7>
impl<T1, T2, T3, T4, T5, T6, T7> UnsafeUnpin for Tup7<T1, T2, T3, T4, T5, T6, T7>where
T1: UnsafeUnpin,
T2: UnsafeUnpin,
T3: UnsafeUnpin,
T4: UnsafeUnpin,
T5: UnsafeUnpin,
T6: UnsafeUnpin,
T7: UnsafeUnpin,
impl<T1, T2, T3, T4, T5, T6, T7> UnwindSafe for Tup7<T1, T2, T3, T4, T5, T6, T7>where
T1: UnwindSafe,
T2: UnwindSafe,
T3: UnwindSafe,
T4: UnwindSafe,
T5: UnwindSafe,
T6: UnwindSafe,
T7: UnwindSafe,
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
Source§impl<T> ArchiveUnsized for Twhere
T: Archive,
impl<T> ArchiveUnsized for Twhere
T: Archive,
Source§type Archived = <T as Archive>::Archived
type Archived = <T as Archive>::Archived
The archived counterpart of this type. Unlike
Archive, it may be unsized. Read moreSource§type MetadataResolver = ()
type MetadataResolver = ()
The resolver for the metadata of this type. Read more
Source§unsafe fn resolve_metadata(
&self,
_: usize,
_: <T as ArchiveUnsized>::MetadataResolver,
_: *mut <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata,
)
unsafe fn resolve_metadata( &self, _: usize, _: <T as ArchiveUnsized>::MetadataResolver, _: *mut <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata, )
Creates the archived version of the metadata for this value at the given position and writes
it to the given output. Read more
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> CallHasher for T
impl<T> CallHasher for T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Comparable for T
impl<T> Comparable for T
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DBData for Twhere
T: Default + Clone + Eq + Ord + Hash + SizeOf + Send + Sync + Debug + ArchivedDBData + IsNone + SupportsRoaring + 'static,
<T as IsNone>::Inner: ArchivedDBData,
impl<T> DBWeight for Twhere
T: DBData + MonoidValue,
Source§impl<T> Data for Twhere
T: DBData,
impl<T> Data for Twhere
T: DBData,
Source§fn default_hash(&self) -> u64
fn default_hash(&self) -> u64
Compute a hash of the object using default hasher and seed.
fn dyn_hash(&self, hasher: &mut dyn Hasher)
Source§fn as_data(&self) -> &(dyn Data + 'static)
fn as_data(&self) -> &(dyn Data + 'static)
Cast any type that implements this trait to
&dyn Data. Read moreSource§fn as_data_mut(&mut self) -> &mut (dyn Data + 'static)
fn as_data_mut(&mut self) -> &mut (dyn Data + 'static)
Cast any type that implements this trait to
&mut dyn Data. Read moreimpl<T> Data for Twhere
T: Clone + 'static,
Source§impl<T> DeserializableDyn for Twhere
T: ArchivedDBData,
impl<T> DeserializableDyn for Twhere
T: ArchivedDBData,
Source§unsafe fn deserialize_from_bytes_with(
&mut self,
bytes: &[u8],
pos: usize,
deserializer: &mut Deserializer,
)
unsafe fn deserialize_from_bytes_with( &mut self, bytes: &[u8], pos: usize, deserializer: &mut Deserializer, )
Deserialize
self from the given slice and offset. Read moreSource§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<V> Erase<dyn Data> for V
impl<V> Erase<dyn Data> for V
Source§fn erase(&self) -> &(dyn Data + 'static)
fn erase(&self) -> &(dyn Data + 'static)
Convert a reference to
self into a reference to Trait.Source§fn erase_mut(&mut self) -> &mut (dyn Data + 'static)
fn erase_mut(&mut self) -> &mut (dyn Data + 'static)
Convert a mutable reference to
self into a mutable reference to Trait.Source§fn erase_archived(
archived: &<V as Archive>::Archived,
) -> &<dyn Data as ArchiveTrait>::Archived
fn erase_archived( archived: &<V as Archive>::Archived, ) -> &<dyn Data as ArchiveTrait>::Archived
Convert a reference to an archived representation of
Self into a reference
to a trait object of type Trait::Archived.Source§impl<V> Erase<dyn Weight> for V
impl<V> Erase<dyn Weight> for V
Source§fn erase(&self) -> &(dyn Weight + 'static)
fn erase(&self) -> &(dyn Weight + 'static)
Convert a reference to
self into a reference to Trait.Source§fn erase_mut(&mut self) -> &mut (dyn Weight + 'static)
fn erase_mut(&mut self) -> &mut (dyn Weight + 'static)
Convert a mutable reference to
self into a mutable reference to Trait.Source§fn erase_archived(
archived: &<V as Archive>::Archived,
) -> &<dyn Weight as ArchiveTrait>::Archived
fn erase_archived( archived: &<V as Archive>::Archived, ) -> &<dyn Weight as ArchiveTrait>::Archived
Convert a reference to an archived representation of
Self into a reference
to a trait object of type Trait::Archived.impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> GroupValue for T
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
Source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Gets the layout of the type.