pub struct ArrayW<const N: usize>(/* private fields */);Trait Implementations§
Source§impl<const N: usize> Applicable for ArrayW<N>
impl<const N: usize> Applicable for ArrayW<N>
Source§impl<const N: usize> ApplicableMut for ArrayW<N>
impl<const N: usize> ApplicableMut for ArrayW<N>
Source§impl<const N: usize> Endofunctor for ArrayW<N>
impl<const N: usize> Endofunctor for ArrayW<N>
Source§impl<const N: usize> EndofunctorMut for ArrayW<N>
impl<const N: usize> EndofunctorMut for ArrayW<N>
Source§impl EndofunctorOnce for ArrayW<1>
impl EndofunctorOnce for ArrayW<1>
Source§impl<const N: usize> Traversable for ArrayW<N>
impl<const N: usize> Traversable for ArrayW<N>
Source§impl<const N: usize> TraversableMut for ArrayW<N>
impl<const N: usize> TraversableMut for ArrayW<N>
fn traverse_mut<A, B, P: Pointed + Applicable>( f: impl FnMut(A) -> P::H<B>, a: [A; N], ) -> P::H<[B; N]>
Auto Trait Implementations§
impl<const N: usize> Freeze for ArrayW<N>
impl<const N: usize> RefUnwindSafe for ArrayW<N>
impl<const N: usize> Send for ArrayW<N>
impl<const N: usize> Sync for ArrayW<N>
impl<const N: usize> Unpin for ArrayW<N>
impl<const N: usize> UnwindSafe for ArrayW<N>
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