pub struct ThroughSinister<P>(/* private fields */);Expand description
Passes through an explicitly selected Sinister presentation.
Trait Implementationsยง
Sourceยงimpl<P: Clone> Clone for ThroughSinister<P>
impl<P: Clone> Clone for ThroughSinister<P>
Sourceยงfn clone(&self) -> ThroughSinister<P>
fn clone(&self) -> ThroughSinister<P>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<P: Copy> Copy for ThroughSinister<P>
Sourceยงimpl<P: Debug> Debug for ThroughSinister<P>
impl<P: Debug> Debug for ThroughSinister<P>
Sourceยงimpl<T, P> ReassociateKernel<ThroughSinister<P>> for Sinister<T>where
T: Tensor<Action = BothSided> + ReassociateKernel<P>,
<T as ReassociateKernel<P>>::Reassociated: Tensor<F = T::F, Hand = T::Hand, Action = BothSided>,
impl<T, P> ReassociateKernel<ThroughSinister<P>> for Sinister<T>where
T: Tensor<Action = BothSided> + ReassociateKernel<P>,
<T as ReassociateKernel<P>>::Reassociated: Tensor<F = T::F, Hand = T::Hand, Action = BothSided>,
Sourceยงtype Reassociated = Sinister<<T as ReassociateKernel<P>>::Reassociated>
type Reassociated = Sinister<<T as ReassociateKernel<P>>::Reassociated>
The same tensor factors and coordinate order in the new presentation.
Sourceยงfn reassociate_kernel(self) -> Self::Reassociated
fn reassociate_kernel(self) -> Self::Reassociated
Performs the selected coordinate-preserving associativity isomorphism.
Auto Trait Implementationsยง
impl<P> Freeze for ThroughSinister<P>where
PhantomData<P>: Freeze,
impl<P> RefUnwindSafe for ThroughSinister<P>where
PhantomData<P>: RefUnwindSafe,
impl<P> Send for ThroughSinister<P>where
PhantomData<P>: Send,
impl<P> Sync for ThroughSinister<P>where
PhantomData<P>: Sync,
impl<P> Unpin for ThroughSinister<P>where
PhantomData<P>: Unpin,
impl<P> UnsafeUnpin for ThroughSinister<P>where
PhantomData<P>: UnsafeUnpin,
impl<P> UnwindSafe for ThroughSinister<P>where
PhantomData<P>: UnwindSafe,
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<๐, X> Equivalent<๐, X> for Xwhere
๐: Cat,
impl<๐, X> Equivalent<๐, X> for Xwhere
๐: Cat,
Sourceยงimpl<T> OptionallyOption<T> for T
impl<T> OptionallyOption<T> for T
Sourceยงfn into_option(self) -> Option<T>
fn into_option(self) -> Option<T>
Converts either permitted representation into
Option<T>. Read more