pub struct NameSlot {
pub name: QualifiedName,
pub slot: VarSlotId,
}Expand description
Entry in the NameBinder stack.
Fields§
§name: QualifiedName§slot: VarSlotIdTrait Implementations§
Auto Trait Implementations§
impl Freeze for NameSlot
impl RefUnwindSafe for NameSlot
impl Send for NameSlot
impl Sync for NameSlot
impl Unpin for NameSlot
impl UnsafeUnpin for NameSlot
impl UnwindSafe for NameSlot
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