pub struct AllPlaceholders(pub _0, pub _1, pub _2, pub _3, pub _4, pub _5, pub _6, pub _7, pub _8, pub _9, pub _10, pub _11, pub _12, pub _13);
Expand description

Rust stdlib doesn’t derive Default for this many elements.

Tuple Fields§

§0: _0§1: _1§2: _2§3: _3§4: _4§5: _5§6: _6§7: _7§8: _8§9: _9§10: _10§11: _11§12: _12§13: _13

Trait Implementations§

Auto Trait Implementations§

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> ElementSatisfy<ElementNoConstrain> for T

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> Same for T

§

type Output = T

Should always be Self
source§

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

§

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>,

§

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.
source§

impl<T, ElementConstrain> TupleIterFromTo<_0, _0, ElementConstrain> for T
where T: TupleIndexUpTo<_0>, ElementConstrain: ElementConstrainMark + ?Sized,

source§

fn iterate_from_to<F>(f: F)
where F: IterCallFamilyTrait<T, ElementConstrain>,

source§

impl<T, ElementConstrain> TupleIterFromTo<_1, _1, ElementConstrain> for T
where T: TupleIndexUpTo<_1>, ElementConstrain: ElementConstrainMark + ?Sized,

source§

fn iterate_from_to<F>(f: F)
where F: IterCallFamilyTrait<T, ElementConstrain>,

source§

impl<T, ElementConstrain> TupleIterFromTo<_10, _10, ElementConstrain> for T
where T: TupleIndexUpTo<_10>, ElementConstrain: ElementConstrainMark + ?Sized,

source§

fn iterate_from_to<F>(f: F)
where F: IterCallFamilyTrait<T, ElementConstrain>,

source§

impl<T, ElementConstrain> TupleIterFromTo<_11, _11, ElementConstrain> for T
where T: TupleIndexUpTo<_11>, ElementConstrain: ElementConstrainMark + ?Sized,

source§

fn iterate_from_to<F>(f: F)
where F: IterCallFamilyTrait<T, ElementConstrain>,

source§

impl<T, ElementConstrain> TupleIterFromTo<_12, _12, ElementConstrain> for T
where T: TupleIndexUpTo<_12>, ElementConstrain: ElementConstrainMark + ?Sized,

source§

fn iterate_from_to<F>(f: F)
where F: IterCallFamilyTrait<T, ElementConstrain>,

source§

impl<T, ElementConstrain> TupleIterFromTo<_13, _13, ElementConstrain> for T
where T: TupleIndexUpTo<_13>, ElementConstrain: ElementConstrainMark + ?Sized,

source§

fn iterate_from_to<F>(f: F)
where F: IterCallFamilyTrait<T, ElementConstrain>,

source§

impl<T, ElementConstrain> TupleIterFromTo<_2, _2, ElementConstrain> for T
where T: TupleIndexUpTo<_2>, ElementConstrain: ElementConstrainMark + ?Sized,

source§

fn iterate_from_to<F>(f: F)
where F: IterCallFamilyTrait<T, ElementConstrain>,

source§

impl<T, ElementConstrain> TupleIterFromTo<_3, _3, ElementConstrain> for T
where T: TupleIndexUpTo<_3>, ElementConstrain: ElementConstrainMark + ?Sized,

source§

fn iterate_from_to<F>(f: F)
where F: IterCallFamilyTrait<T, ElementConstrain>,

source§

impl<T, ElementConstrain> TupleIterFromTo<_4, _4, ElementConstrain> for T
where T: TupleIndexUpTo<_4>, ElementConstrain: ElementConstrainMark + ?Sized,

source§

fn iterate_from_to<F>(f: F)
where F: IterCallFamilyTrait<T, ElementConstrain>,

source§

impl<T, ElementConstrain> TupleIterFromTo<_5, _5, ElementConstrain> for T
where T: TupleIndexUpTo<_5>, ElementConstrain: ElementConstrainMark + ?Sized,

source§

fn iterate_from_to<F>(f: F)
where F: IterCallFamilyTrait<T, ElementConstrain>,

source§

impl<T, ElementConstrain> TupleIterFromTo<_6, _6, ElementConstrain> for T
where T: TupleIndexUpTo<_6>, ElementConstrain: ElementConstrainMark + ?Sized,

source§

fn iterate_from_to<F>(f: F)
where F: IterCallFamilyTrait<T, ElementConstrain>,

source§

impl<T, ElementConstrain> TupleIterFromTo<_7, _7, ElementConstrain> for T
where T: TupleIndexUpTo<_7>, ElementConstrain: ElementConstrainMark + ?Sized,

source§

fn iterate_from_to<F>(f: F)
where F: IterCallFamilyTrait<T, ElementConstrain>,

source§

impl<T, ElementConstrain> TupleIterFromTo<_8, _8, ElementConstrain> for T
where T: TupleIndexUpTo<_8>, ElementConstrain: ElementConstrainMark + ?Sized,

source§

fn iterate_from_to<F>(f: F)
where F: IterCallFamilyTrait<T, ElementConstrain>,

source§

impl<T, ElementConstrain> TupleIterFromTo<_9, _9, ElementConstrain> for T
where T: TupleIndexUpTo<_9>, ElementConstrain: ElementConstrainMark + ?Sized,

source§

fn iterate_from_to<F>(f: F)
where F: IterCallFamilyTrait<T, ElementConstrain>,

§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V