pub struct Tuple5<T0, T1, T2, T3, T4>(pub T0, pub T1, pub T2, pub T3, pub T4);
Expand description
5つの集合の直積
Tuple Fields§
§0: T0
§1: T1
§2: T2
§3: T3
§4: T4
Trait Implementations§
Source§impl<T0: BinaryOp, T1: BinaryOp, T2: BinaryOp, T3: BinaryOp, T4: BinaryOp> BinaryOp for Tuple5<T0, T1, T2, T3, T4>
impl<T0: BinaryOp, T1: BinaryOp, T2: BinaryOp, T3: BinaryOp, T4: BinaryOp> BinaryOp for Tuple5<T0, T1, T2, T3, T4>
Source§impl<T0: Clone, T1: Clone, T2: Clone, T3: Clone, T4: Clone> Clone for Tuple5<T0, T1, T2, T3, T4>
impl<T0: Clone, T1: Clone, T2: Clone, T3: Clone, T4: Clone> Clone for Tuple5<T0, T1, T2, T3, T4>
Source§impl<T0: Debug, T1: Debug, T2: Debug, T3: Debug, T4: Debug> Debug for Tuple5<T0, T1, T2, T3, T4>
impl<T0: Debug, T1: Debug, T2: Debug, T3: Debug, T4: Debug> Debug for Tuple5<T0, T1, T2, T3, T4>
Source§impl<T0: Default, T1: Default, T2: Default, T3: Default, T4: Default> Default for Tuple5<T0, T1, T2, T3, T4>
impl<T0: Default, T1: Default, T2: Default, T3: Default, T4: Default> Default for Tuple5<T0, T1, T2, T3, T4>
Source§impl<T0: Identity, T1: Identity, T2: Identity, T3: Identity, T4: Identity> Identity for Tuple5<T0, T1, T2, T3, T4>
impl<T0: Identity, T1: Identity, T2: Identity, T3: Identity, T4: Identity> Identity for Tuple5<T0, T1, T2, T3, T4>
Source§impl<T0: Inverse, T1: Inverse, T2: Inverse, T3: Inverse, T4: Inverse> Inverse for Tuple5<T0, T1, T2, T3, T4>
impl<T0: Inverse, T1: Inverse, T2: Inverse, T3: Inverse, T4: Inverse> Inverse for Tuple5<T0, T1, T2, T3, T4>
Source§impl<T0: PartialEq, T1: PartialEq, T2: PartialEq, T3: PartialEq, T4: PartialEq> PartialEq for Tuple5<T0, T1, T2, T3, T4>
impl<T0: PartialEq, T1: PartialEq, T2: PartialEq, T3: PartialEq, T4: PartialEq> PartialEq for Tuple5<T0, T1, T2, T3, T4>
impl<T0: Associative, T1: Associative, T2: Associative, T3: Associative, T4: Associative> Associative for Tuple5<T0, T1, T2, T3, T4>
impl<T0: Commutative, T1: Commutative, T2: Commutative, T3: Commutative, T4: Commutative> Commutative for Tuple5<T0, T1, T2, T3, T4>
impl<T0: Copy, T1: Copy, T2: Copy, T3: Copy, T4: Copy> Copy for Tuple5<T0, T1, T2, T3, T4>
impl<T0: Eq, T1: Eq, T2: Eq, T3: Eq, T4: Eq> Eq for Tuple5<T0, T1, T2, T3, T4>
impl<T0: Idempotence, T1: Idempotence, T2: Idempotence, T3: Idempotence, T4: Idempotence> Idempotence for Tuple5<T0, T1, T2, T3, T4>
impl<T0: Set, T1: Set, T2: Set, T3: Set, T4: Set> Set for Tuple5<T0, T1, T2, T3, T4>
impl<T0, T1, T2, T3, T4> StructuralPartialEq for Tuple5<T0, T1, T2, T3, T4>
Auto Trait Implementations§
impl<T0, T1, T2, T3, T4> Freeze for Tuple5<T0, T1, T2, T3, T4>
impl<T0, T1, T2, T3, T4> RefUnwindSafe for Tuple5<T0, T1, T2, T3, T4>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
T2: RefUnwindSafe,
T3: RefUnwindSafe,
T4: RefUnwindSafe,
impl<T0, T1, T2, T3, T4> Send for Tuple5<T0, T1, T2, T3, T4>
impl<T0, T1, T2, T3, T4> Sync for Tuple5<T0, T1, T2, T3, T4>
impl<T0, T1, T2, T3, T4> Unpin for Tuple5<T0, T1, T2, T3, T4>
impl<T0, T1, T2, T3, T4> UnwindSafe for Tuple5<T0, T1, T2, T3, T4>
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