pub struct ArchivedTup4<T1, T2, T3, T4>(pub Archived<T1>, pub Archived<T2>, pub Archived<T3>, pub Archived<T4>)
where
T1: Archive + Archive,
T2: Archive + Archive,
T3: Archive + Archive,
T4: Archive + Archive,
<T1 as Archive>::Archived: Ord,
<T2 as Archive>::Archived: Ord,
<T3 as Archive>::Archived: Ord,
<T4 as Archive>::Archived: Ord;Expand description
An archived Tup4
Tuple Fields§
§0: Archived<T1>The archived counterpart of Tup4::0
1: Archived<T2>The archived counterpart of Tup4::1
2: Archived<T3>The archived counterpart of Tup4::2
3: Archived<T4>The archived counterpart of Tup4::3
Trait Implementations§
Source§impl<T1, T2, T3, T4> Ord for ArchivedTup4<T1, T2, T3, T4>
impl<T1, T2, T3, T4> Ord for ArchivedTup4<T1, T2, T3, T4>
Source§fn cmp(&self, other: &ArchivedTup4<T1, T2, T3, T4>) -> Ordering
fn cmp(&self, other: &ArchivedTup4<T1, T2, T3, T4>) -> Ordering
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, T2, T3, T4> PartialEq for ArchivedTup4<T1, T2, T3, T4>
impl<T1, T2, T3, T4> PartialEq for ArchivedTup4<T1, T2, T3, T4>
Source§fn eq(&self, other: &ArchivedTup4<T1, T2, T3, T4>) -> bool
fn eq(&self, other: &ArchivedTup4<T1, T2, T3, T4>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<T1, T2, T3, T4> PartialOrd for ArchivedTup4<T1, T2, T3, T4>
impl<T1, T2, T3, T4> PartialOrd for ArchivedTup4<T1, T2, T3, T4>
impl<T1, T2, T3, T4> Eq for ArchivedTup4<T1, T2, T3, T4>
impl<T1, T2, T3, T4> StructuralPartialEq for ArchivedTup4<T1, T2, T3, T4>
Auto Trait Implementations§
impl<T1, T2, T3, T4> Freeze for ArchivedTup4<T1, T2, T3, T4>
impl<T1, T2, T3, T4> RefUnwindSafe for ArchivedTup4<T1, T2, T3, T4>where
<T1 as Archive>::Archived: RefUnwindSafe,
<T2 as Archive>::Archived: RefUnwindSafe,
<T3 as Archive>::Archived: RefUnwindSafe,
<T4 as Archive>::Archived: RefUnwindSafe,
impl<T1, T2, T3, T4> Send for ArchivedTup4<T1, T2, T3, T4>
impl<T1, T2, T3, T4> Sync for ArchivedTup4<T1, T2, T3, T4>
impl<T1, T2, T3, T4> Unpin for ArchivedTup4<T1, T2, T3, T4>
impl<T1, T2, T3, T4> UnwindSafe for ArchivedTup4<T1, T2, T3, T4>where
<T1 as Archive>::Archived: UnwindSafe,
<T2 as Archive>::Archived: UnwindSafe,
<T3 as Archive>::Archived: UnwindSafe,
<T4 as Archive>::Archived: 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> 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<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<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<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<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.