pub enum VariableResolution {
ExistingVariable(VariableRef),
ReservedSlot(VariableSlot, Variable, Option<TypeRef>),
}Variants§
ExistingVariable(VariableRef)
ReservedSlot(VariableSlot, Variable, Option<TypeRef>)
Auto Trait Implementations§
impl Freeze for VariableResolution
impl RefUnwindSafe for VariableResolution
impl !Send for VariableResolution
impl !Sync for VariableResolution
impl Unpin for VariableResolution
impl UnwindSafe for VariableResolution
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