pub struct SymbolInterner { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for SymbolInterner
impl Clone for SymbolInterner
Source§fn clone(&self) -> SymbolInterner
fn clone(&self) -> SymbolInterner
Returns a duplicate 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 moreSource§impl Debug for SymbolInterner
impl Debug for SymbolInterner
Source§impl Default for SymbolInterner
impl Default for SymbolInterner
Source§fn default() -> SymbolInterner
fn default() -> SymbolInterner
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SymbolInterner
impl RefUnwindSafe for SymbolInterner
impl !Send for SymbolInterner
impl !Sync for SymbolInterner
impl Unpin for SymbolInterner
impl UnwindSafe for SymbolInterner
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