Struct type_equalities::SliceF [−][src]
pub struct SliceF<const N: usize>(_);
Implements the TypeFunction ApF<SliceF<N>, A> == [A; N]
Trait Implementations
impl<A, const N: usize> TypeFunction<A> for SliceF<N>[src]
impl<A, const N: usize> TypeFunction<A> for SliceF<N>[src]type Result = [A; N]
type Result = [A; N]The type that Arg is mapped to by the implementor.
Auto Trait Implementations
impl<const N: usize> !Send for SliceF<N>
impl<const N: usize> !Sync for SliceF<N>
impl<const N: usize> Unpin for SliceF<N>
Blanket Implementations
impl<T> AliasSelf for T where
T: ?Sized, [src]
impl<T> AliasSelf for T where
T: ?Sized, [src]type Alias = T
type Alias = TAlways set to Self, but the type checker doesn’t reduce T::Alias to T.
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T, U> IsEqual<U> for T where
T: AliasSelf<Alias = U> + ?Sized,
U: ?Sized, [src]
T: AliasSelf<Alias = U> + ?Sized,
U: ?Sized,