pub struct IsHType<N: Nat, A: Prop>(/* private fields */);Expand description
Whether some type is a homotopy proposition.
Trait Implementations§
impl<N: Copy + Nat, A: Copy + Prop> Copy for IsHType<N, A>
Auto Trait Implementations§
impl<N, A> Freeze for IsHType<N, A>
impl<N, A> RefUnwindSafe for IsHType<N, A>where
N: RefUnwindSafe,
A: RefUnwindSafe,
impl<N, A> Send for IsHType<N, A>
impl<N, A> Sync for IsHType<N, A>
impl<N, A> Unpin for IsHType<N, A>
impl<N, A> UnsafeUnpin for IsHType<N, A>where
N: UnsafeUnpin,
A: UnsafeUnpin,
impl<N, A> UnwindSafe for IsHType<N, A>where
N: UnwindSafe,
A: 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