pub enum UVal<'ir, B> {
Uninit(&'ir Ty<Name>),
Init(Val<B>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'ir, B> Freeze for UVal<'ir, B>where
B: Freeze,
impl<'ir, B> RefUnwindSafe for UVal<'ir, B>where
B: RefUnwindSafe,
impl<'ir, B> Send for UVal<'ir, B>where
B: Send,
impl<'ir, B> Sync for UVal<'ir, B>where
B: Sync,
impl<'ir, B> Unpin for UVal<'ir, B>where
B: Unpin,
impl<'ir, B> UnwindSafe for UVal<'ir, B>where
B: 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