Struct type_equalities::ComposeF [−][src]
Composition for TypeFunctions, i.e. ApF<ComposeF<F, G>, T> == ApF<F, ApF<G, T>>
Trait Implementations
impl<F: ?Sized, G: ?Sized, Arg: ?Sized> TypeFunction<Arg> for ComposeF<F, G> where
G: TypeFunction<Arg>,
F: TypeFunction<G::Result>, [src]
impl<F: ?Sized, G: ?Sized, Arg: ?Sized> TypeFunction<Arg> for ComposeF<F, G> where
G: TypeFunction<Arg>,
F: TypeFunction<G::Result>, [src]Auto Trait Implementations
impl<F: ?Sized, G: ?Sized> Send for ComposeF<F, G> where
F: Send,
G: Send,
F: Send,
G: Send,
impl<F: ?Sized, G: ?Sized> Sync for ComposeF<F, G> where
F: Sync,
G: Sync,
F: Sync,
G: Sync,
impl<F: ?Sized, G: ?Sized> Unpin for ComposeF<F, G> where
F: Unpin,
G: Unpin,
F: Unpin,
G: Unpin,
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,