Struct rustc_span::symbol::InternerInner
source · struct InternerInner {
arena: DroplessArena,
names: FxHashMap<&'static str, Symbol>,
strings: Vec<&'static str>,
}
Fields
arena: DroplessArena
names: FxHashMap<&'static str, Symbol>
strings: Vec<&'static str>
Trait Implementations
sourceimpl Default for InternerInner
impl Default for InternerInner
sourcefn default() -> InternerInner
fn default() -> InternerInner
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for InternerInner
impl Send for InternerInner
impl !Sync for InternerInner
impl Unpin for InternerInner
impl UnwindSafe for InternerInner
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 104 bytes