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