pub struct SymbolsInt {
pub syms: HashMap<Interned, usize>,
count: usize,
}
Fields§
§syms: HashMap<Interned, usize>
§count: usize
Implementations§
Trait Implementations§
Source§impl Clone for SymbolsInt
impl Clone for SymbolsInt
Source§fn clone(&self) -> SymbolsInt
fn clone(&self) -> SymbolsInt
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SymbolsInt
impl RefUnwindSafe for SymbolsInt
impl Send for SymbolsInt
impl Sync for SymbolsInt
impl Unpin for SymbolsInt
impl UnwindSafe for SymbolsInt
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