Skip to main content

ArchivedTuple9

Struct ArchivedTuple9 

Source
#[repr(C)]
pub struct ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>(pub T0, pub T1, pub T2, pub T3, pub T4, pub T5, pub T6, pub T7, pub T8);
Expand description

An archived tuple with 9 elements

Tuple Fields§

§0: T0§1: T1§2: T2§3: T3§4: T4§5: T5§6: T6§7: T7§8: T8

Trait Implementations§

Source§

impl<T0: Debug, T1: Debug, T2: Debug, T3: Debug, T4: Debug, T5: Debug, T6: Debug, T7: Debug, T8: Debug> Debug for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T0: Default, T1: Default, T2: Default, T3: Default, T4: Default, T5: Default, T6: Default, T7: Default, T8: Default> Default for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>

Source§

fn default() -> ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>

Returns the “default value” for a type. Read more
Source§

impl<T0: Hash, T1: Hash, T2: Hash, T3: Hash, T4: Hash, T5: Hash, T6: Hash, T7: Hash, T8: Hash> Hash for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl<T0: Ord, T1: Ord, T2: Ord, T3: Ord, T4: Ord, T5: Ord, T6: Ord, T7: Ord, T8: Ord> Ord for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>

Source§

fn cmp( &self, other: &ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>, ) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 (const: unstable) · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 (const: unstable) · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, U0, U1, U2, U3, U4, U5, U6, U7, U8> PartialEq<(U0, U1, U2, U3, U4, U5, U6, U7, U8)> for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>
where T0: PartialEq<U0>, T1: PartialEq<U1>, T2: PartialEq<U2>, T3: PartialEq<U3>, T4: PartialEq<U4>, T5: PartialEq<U5>, T6: PartialEq<U6>, T7: PartialEq<U7>, T8: PartialEq<U8>,

Source§

fn eq(&self, other: &(U0, U1, U2, U3, U4, U5, U6, U7, U8)) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<T0: PartialEq, T1: PartialEq, T2: PartialEq, T3: PartialEq, T4: PartialEq, T5: PartialEq, T6: PartialEq, T7: PartialEq, T8: PartialEq> PartialEq for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>

Source§

fn eq(&self, other: &ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<T0: PartialOrd, T1: PartialOrd, T2: PartialOrd, T3: PartialOrd, T4: PartialOrd, T5: PartialOrd, T6: PartialOrd, T7: PartialOrd, T8: PartialOrd> PartialOrd for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>

Source§

fn partial_cmp( &self, other: &ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>, ) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 (const: unstable) · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 (const: unstable) · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 (const: unstable) · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 (const: unstable) · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl<T0: Eq, T1: Eq, T2: Eq, T3: Eq, T4: Eq, T5: Eq, T6: Eq, T7: Eq, T8: Eq> Eq for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>

Source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> StructuralPartialEq for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>

Auto Trait Implementations§

§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> Freeze for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>
where T0: Freeze, T1: Freeze, T2: Freeze, T3: Freeze, T4: Freeze, T5: Freeze, T6: Freeze, T7: Freeze, T8: Freeze,

§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> RefUnwindSafe for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>

§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> Send for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>
where T0: Send, T1: Send, T2: Send, T3: Send, T4: Send, T5: Send, T6: Send, T7: Send, T8: Send,

§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> Sync for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>
where T0: Sync, T1: Sync, T2: Sync, T3: Sync, T4: Sync, T5: Sync, T6: Sync, T7: Sync, T8: Sync,

§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> Unpin for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>
where T0: Unpin, T1: Unpin, T2: Unpin, T3: Unpin, T4: Unpin, T5: Unpin, T6: Unpin, T7: Unpin, T8: Unpin,

§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> UnsafeUnpin for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>

§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> UnwindSafe for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.