pub struct Tup5<T1, T2, T3, T4, T5>(pub T1, pub T2, pub T3, pub T4, pub T5);Tuple Fields§
§0: T1§1: T2§2: T3§3: T4§4: T5Implementations§
Trait Implementations§
Source§impl<T1, T2, T3, T4, T5> AddAssignByRef for Tup5<T1, T2, T3, T4, T5>where
T1: AddAssignByRef,
T2: AddAssignByRef,
T3: AddAssignByRef,
T4: AddAssignByRef,
T5: AddAssignByRef,
impl<T1, T2, T3, T4, T5> AddAssignByRef for Tup5<T1, T2, T3, T4, T5>where
T1: AddAssignByRef,
T2: AddAssignByRef,
T3: AddAssignByRef,
T4: AddAssignByRef,
T5: AddAssignByRef,
fn add_assign_by_ref(&mut self, other: &Self)
Source§impl<T1, T2, T3, T4, T5> AddByRef for Tup5<T1, T2, T3, T4, T5>
impl<T1, T2, T3, T4, T5> AddByRef for Tup5<T1, T2, T3, T4, T5>
fn add_by_ref(&self, other: &Self) -> Self
Source§impl<T1, T2, T3, T4, T5> Archive for Tup5<T1, T2, T3, T4, T5>
impl<T1, T2, T3, T4, T5> Archive for Tup5<T1, T2, T3, T4, T5>
Source§type Archived = ArchivedTup5<T1, T2, T3, T4, T5>
type Archived = ArchivedTup5<T1, T2, T3, T4, T5>
The archived representation of this type. Read more
Source§type Resolver = Tup5Resolver<T1, T2, T3, T4, T5>
type Resolver = Tup5Resolver<T1, T2, T3, T4, T5>
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> Checkpoint for Tup5<T1, T2, T3, T4, T5>
impl<T1, T2, T3, T4, T5> Checkpoint for Tup5<T1, T2, T3, T4, T5>
Source§impl<T1: Clone, T2: Clone, T3: Clone, T4: Clone, T5: Clone> Clone for Tup5<T1, T2, T3, T4, T5>
impl<T1: Clone, T2: Clone, T3: Clone, T4: Clone, T5: Clone> Clone for Tup5<T1, T2, T3, T4, T5>
Source§impl<T1: Debug, T2: Debug, T3: Debug, T4: Debug, T5: Debug> Debug for Tup5<T1, T2, T3, T4, T5>
impl<T1: Debug, T2: Debug, T3: Debug, T4: Debug, T5: Debug> Debug for Tup5<T1, T2, T3, T4, T5>
Source§impl<T1: Default, T2: Default, T3: Default, T4: Default, T5: Default> Default for Tup5<T1, T2, T3, T4, T5>
impl<T1: Default, T2: Default, T3: Default, T4: Default, T5: Default> Default for Tup5<T1, T2, T3, T4, T5>
Source§impl<'de, T1, T2, T3, T4, T5> Deserialize<'de> for Tup5<T1, T2, T3, T4, T5>where
T1: Deserialize<'de>,
T2: Deserialize<'de>,
T3: Deserialize<'de>,
T4: Deserialize<'de>,
T5: Deserialize<'de>,
impl<'de, T1, T2, T3, T4, T5> Deserialize<'de> for Tup5<T1, T2, T3, T4, T5>where
T1: Deserialize<'de>,
T2: Deserialize<'de>,
T3: Deserialize<'de>,
T4: Deserialize<'de>,
T5: 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> Deserialize<Tup5<T1, T2, T3, T4, T5>, __D> for Archived<Tup5<T1, T2, T3, T4, T5>>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>,
impl<__D: Fallible + ?Sized, T1, T2, T3, T4, T5> Deserialize<Tup5<T1, T2, T3, T4, T5>, __D> for Archived<Tup5<T1, T2, T3, T4, T5>>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>,
Source§impl<'de, C, AUX, T1, T2, T3, T4, T5> DeserializeWithContext<'de, C, AUX> for Tup5<T1, T2, T3, T4, T5>where
Tup5<T1, T2, T3, T4, T5>: Deserialize<'de>,
impl<'de, C, AUX, T1, T2, T3, T4, T5> DeserializeWithContext<'de, C, AUX> for Tup5<T1, T2, T3, T4, T5>where
Tup5<T1, T2, T3, T4, T5>: 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>,
Source§impl<T1, T2, T3, T4, T5> From<(T1, T2, T3, T4, T5)> for Tup5<T1, T2, T3, T4, T5>
impl<T1, T2, T3, T4, T5> From<(T1, T2, T3, T4, T5)> for Tup5<T1, T2, T3, T4, T5>
Source§fn from((t0, t1, t2, t3, t4): (T1, T2, T3, T4, T5)) -> Self
fn from((t0, t1, t2, t3, t4): (T1, T2, T3, T4, T5)) -> Self
Converts to this type from the input type.
Source§impl<'a, T1, T2, T3, T4, T5> Into<(&'a T1, &'a T2, &'a T3, &'a T4, &'a T5)> for &'a Tup5<T1, T2, T3, T4, T5>
impl<'a, T1, T2, T3, T4, T5> Into<(&'a T1, &'a T2, &'a T3, &'a T4, &'a T5)> for &'a Tup5<T1, T2, T3, T4, T5>
Source§impl<T1, T2, T3, T4, T5> Into<(T1, T2, T3, T4, T5)> for Tup5<T1, T2, T3, T4, T5>
impl<T1, T2, T3, T4, T5> Into<(T1, T2, T3, T4, T5)> for Tup5<T1, T2, T3, T4, T5>
Source§fn into(self) -> (T1, T2, T3, T4, T5)
fn into(self) -> (T1, T2, T3, T4, T5)
Converts this type into the (usually inferred) input type.
Source§impl<T1: Neg<Output = T1>, T2: Neg<Output = T2>, T3: Neg<Output = T3>, T4: Neg<Output = T4>, T5: Neg<Output = T5>> Neg for Tup5<T1, T2, T3, T4, T5>
impl<T1: Neg<Output = T1>, T2: Neg<Output = T2>, T3: Neg<Output = T3>, T4: Neg<Output = T4>, T5: Neg<Output = T5>> Neg for Tup5<T1, T2, T3, T4, T5>
Source§impl<T1, T2, T3, T4, T5> NegByRef for Tup5<T1, T2, T3, T4, T5>
impl<T1, T2, T3, T4, T5> NegByRef for Tup5<T1, T2, T3, T4, T5>
fn neg_by_ref(&self) -> Self
Source§impl<T1, T2, T3, T4, T5> NumEntries for Tup5<T1, T2, T3, T4, T5>
impl<T1, T2, T3, T4, T5> NumEntries for Tup5<T1, T2, T3, T4, T5>
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> Ord for Tup5<T1, T2, T3, T4, T5>
impl<T1: Ord, T2: Ord, T3: Ord, T4: Ord, T5: Ord> Ord for Tup5<T1, T2, T3, T4, T5>
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<T1: PartialEq, T2: PartialEq, T3: PartialEq, T4: PartialEq, T5: PartialEq> PartialEq for Tup5<T1, T2, T3, T4, T5>
impl<T1: PartialEq, T2: PartialEq, T3: PartialEq, T4: PartialEq, T5: PartialEq> PartialEq for Tup5<T1, T2, T3, T4, T5>
Source§impl<T1: PartialOrd, T2: PartialOrd, T3: PartialOrd, T4: PartialOrd, T5: PartialOrd> PartialOrd for Tup5<T1, T2, T3, T4, T5>
impl<T1: PartialOrd, T2: PartialOrd, T3: PartialOrd, T4: PartialOrd, T5: PartialOrd> PartialOrd for Tup5<T1, T2, T3, T4, T5>
Source§impl<T1, T2, T3, T4, T5> SizeOf for Tup5<T1, T2, T3, T4, T5>
impl<T1, T2, T3, T4, T5> SizeOf for Tup5<T1, T2, T3, T4, T5>
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: Copy, T2: Copy, T3: Copy, T4: Copy, T5: Copy> Copy for Tup5<T1, T2, T3, T4, T5>
impl<T1: Eq, T2: Eq, T3: Eq, T4: Eq, T5: Eq> Eq for Tup5<T1, T2, T3, T4, T5>
impl<T1, T2, T3, T4, T5> StructuralPartialEq for Tup5<T1, T2, T3, T4, T5>
Auto Trait Implementations§
impl<T1, T2, T3, T4, T5> Freeze for Tup5<T1, T2, T3, T4, T5>
impl<T1, T2, T3, T4, T5> RefUnwindSafe for Tup5<T1, T2, T3, T4, T5>where
T1: RefUnwindSafe,
T2: RefUnwindSafe,
T3: RefUnwindSafe,
T4: RefUnwindSafe,
T5: RefUnwindSafe,
impl<T1, T2, T3, T4, T5> Send for Tup5<T1, T2, T3, T4, T5>
impl<T1, T2, T3, T4, T5> Sync for Tup5<T1, T2, T3, T4, T5>
impl<T1, T2, T3, T4, T5> Unpin for Tup5<T1, T2, T3, T4, T5>
impl<T1, T2, T3, T4, T5> UnwindSafe for Tup5<T1, T2, T3, T4, T5>
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<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<T> Comparable for T
impl<T> Comparable for T
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 moreSource§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
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.Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
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.