pub enum TypeEnum<'lt> {
TyName(&'lt TyName),
Tuple(&'lt ProdTy),
}
Variants§
Auto Trait Implementations§
impl<'lt> Freeze for TypeEnum<'lt>
impl<'lt> !RefUnwindSafe for TypeEnum<'lt>
impl<'lt> !Send for TypeEnum<'lt>
impl<'lt> !Sync for TypeEnum<'lt>
impl<'lt> Unpin for TypeEnum<'lt>
impl<'lt> !UnwindSafe for TypeEnum<'lt>
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