pub struct UnsetISpan {
pub name: SymbolKey,
pub pos: LineCol,
}
Expand description
Components of a request to unset a variable.
Fields§
§name: SymbolKey
Name of the variable to unset.
pos: LineCol
Position of where this instruction was requested.
Auto Trait Implementations§
impl Freeze for UnsetISpan
impl RefUnwindSafe for UnsetISpan
impl Send for UnsetISpan
impl Sync for UnsetISpan
impl Unpin for UnsetISpan
impl UnwindSafe for UnsetISpan
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