pub struct ConsTuplesFn;
Trait Implementations§
Source§impl Clone for ConsTuplesFn
impl Clone for ConsTuplesFn
Source§fn clone(&self) -> ConsTuplesFn
fn clone(&self) -> ConsTuplesFn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ConsTuplesFn
impl Debug for ConsTuplesFn
Source§impl<B, C, D, E, F, G, H, I, J, K, L, X> MapSpecialCaseFn<((B, C, D, E, F, G, H, I, J, K, L), X)> for ConsTuplesFn
impl<B, C, D, E, F, G, H, I, J, K, L, X> MapSpecialCaseFn<((B, C, D, E, F, G, H, I, J, K, L), X)> for ConsTuplesFn
type Out = (B, C, D, E, F, G, H, I, J, K, L, X)
fn call( &mut self, ((B, C, D, E, F, G, H, I, J, K, L), X): ((B, C, D, E, F, G, H, I, J, K, L), X), ) -> Self::Out
Source§impl<C, D, E, F, G, H, I, J, K, L, X> MapSpecialCaseFn<((C, D, E, F, G, H, I, J, K, L), X)> for ConsTuplesFn
impl<C, D, E, F, G, H, I, J, K, L, X> MapSpecialCaseFn<((C, D, E, F, G, H, I, J, K, L), X)> for ConsTuplesFn
type Out = (C, D, E, F, G, H, I, J, K, L, X)
fn call( &mut self, ((C, D, E, F, G, H, I, J, K, L), X): ((C, D, E, F, G, H, I, J, K, L), X), ) -> Self::Out
Source§impl<D, E, F, G, H, I, J, K, L, X> MapSpecialCaseFn<((D, E, F, G, H, I, J, K, L), X)> for ConsTuplesFn
impl<D, E, F, G, H, I, J, K, L, X> MapSpecialCaseFn<((D, E, F, G, H, I, J, K, L), X)> for ConsTuplesFn
type Out = (D, E, F, G, H, I, J, K, L, X)
fn call( &mut self, ((D, E, F, G, H, I, J, K, L), X): ((D, E, F, G, H, I, J, K, L), X), ) -> Self::Out
Source§impl<E, F, G, H, I, J, K, L, X> MapSpecialCaseFn<((E, F, G, H, I, J, K, L), X)> for ConsTuplesFn
impl<E, F, G, H, I, J, K, L, X> MapSpecialCaseFn<((E, F, G, H, I, J, K, L), X)> for ConsTuplesFn
type Out = (E, F, G, H, I, J, K, L, X)
fn call( &mut self, ((E, F, G, H, I, J, K, L), X): ((E, F, G, H, I, J, K, L), X), ) -> Self::Out
Source§impl<F, G, H, I, J, K, L, X> MapSpecialCaseFn<((F, G, H, I, J, K, L), X)> for ConsTuplesFn
impl<F, G, H, I, J, K, L, X> MapSpecialCaseFn<((F, G, H, I, J, K, L), X)> for ConsTuplesFn
type Out = (F, G, H, I, J, K, L, X)
fn call( &mut self, ((F, G, H, I, J, K, L), X): ((F, G, H, I, J, K, L), X), ) -> Self::Out
Source§impl<G, H, I, J, K, L, X> MapSpecialCaseFn<((G, H, I, J, K, L), X)> for ConsTuplesFn
impl<G, H, I, J, K, L, X> MapSpecialCaseFn<((G, H, I, J, K, L), X)> for ConsTuplesFn
type Out = (G, H, I, J, K, L, X)
fn call( &mut self, ((G, H, I, J, K, L), X): ((G, H, I, J, K, L), X), ) -> Self::Out
Source§impl<H, I, J, K, L, X> MapSpecialCaseFn<((H, I, J, K, L), X)> for ConsTuplesFn
impl<H, I, J, K, L, X> MapSpecialCaseFn<((H, I, J, K, L), X)> for ConsTuplesFn
type Out = (H, I, J, K, L, X)
fn call(&mut self, ((H, I, J, K, L), X): ((H, I, J, K, L), X)) -> Self::Out
Source§impl<I, J, K, L, X> MapSpecialCaseFn<((I, J, K, L), X)> for ConsTuplesFn
impl<I, J, K, L, X> MapSpecialCaseFn<((I, J, K, L), X)> for ConsTuplesFn
type Out = (I, J, K, L, X)
fn call(&mut self, ((I, J, K, L), X): ((I, J, K, L), X)) -> Self::Out
Source§impl<J, K, L, X> MapSpecialCaseFn<((J, K, L), X)> for ConsTuplesFn
impl<J, K, L, X> MapSpecialCaseFn<((J, K, L), X)> for ConsTuplesFn
Auto Trait Implementations§
impl Freeze for ConsTuplesFn
impl RefUnwindSafe for ConsTuplesFn
impl Send for ConsTuplesFn
impl Sync for ConsTuplesFn
impl Unpin for ConsTuplesFn
impl UnwindSafe for ConsTuplesFn
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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 more