pub enum QuotKind {
Type,
Mk,
Lift,
Ind,
}Expand description
Which quotient component a declaration represents.
Variants§
Type
Quot type itself.
Mk
Quot.mk constructor.
Lift
Quot.lift eliminator.
Ind
Quot.ind induction principle.
Trait Implementations§
impl Copy for QuotKind
impl Eq for QuotKind
impl StructuralPartialEq for QuotKind
Auto Trait Implementations§
impl Freeze for QuotKind
impl RefUnwindSafe for QuotKind
impl Send for QuotKind
impl Sync for QuotKind
impl Unpin for QuotKind
impl UnsafeUnpin for QuotKind
impl UnwindSafe for QuotKind
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