pub struct BoundVar {
pub name: String,
pub ty: Option<Type>,
}
Expand description
A bound variable, including the VIR type
Fields§
§name: String
§ty: Option<Type>
Implementations§
Trait Implementations§
impl Eq for BoundVar
impl StructuralPartialEq for BoundVar
Auto Trait Implementations§
impl Freeze for BoundVar
impl RefUnwindSafe for BoundVar
impl Send for BoundVar
impl Sync for BoundVar
impl Unpin for BoundVar
impl UnwindSafe for BoundVar
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