pub struct True;Expand description
Logical true.
Trait Implementations
sourceimpl<A: Prop, B: Prop> HomotopyEquivalence<A, B> for True
impl<A: Prop, B: Prop> HomotopyEquivalence<A, B> for True
sourcefn transitivity<C: Prop>(self, _: True) -> True
fn transitivity<C: Prop>(self, _: True) -> True
hom_eq(n, a, b) ⋀ hom_eq(n, b, c) => hom_eq(n, a, c).sourceimpl<A: Prop, B: Prop> HomotopyLevel0<A, B> for True
impl<A: Prop, B: Prop> HomotopyLevel0<A, B> for True
impl Copy for True
Auto Trait Implementations
impl RefUnwindSafe for True
impl Send for True
impl Sync for True
impl Unpin for True
impl UnwindSafe for True
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more