pub struct Namespace {
pub symbol_table: SymbolTableRef,
pub path: Vec<String>,
}
Fields§
§symbol_table: SymbolTableRef
§path: Vec<String>
Implementations§
Source§impl Namespace
impl Namespace
pub fn new(path: NamespacePath, symbol_table: SymbolTable) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Namespace
impl !RefUnwindSafe for Namespace
impl !Send for Namespace
impl !Sync for Namespace
impl Unpin for Namespace
impl !UnwindSafe for Namespace
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