pub struct SymbolMemory<Sym, Val> { /* private fields */ }Expand description
Symbol and associated memory (if exists) structure.
Trait Implementations§
Source§impl<Sym: Clone, Val: Clone> Clone for SymbolMemory<Sym, Val>
impl<Sym: Clone, Val: Clone> Clone for SymbolMemory<Sym, Val>
Source§fn clone(&self) -> SymbolMemory<Sym, Val>
fn clone(&self) -> SymbolMemory<Sym, Val>
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 moreimpl<Sym, Val> StructuralPartialEq for SymbolMemory<Sym, Val>
Auto Trait Implementations§
impl<Sym, Val> Freeze for SymbolMemory<Sym, Val>
impl<Sym, Val> RefUnwindSafe for SymbolMemory<Sym, Val>where
Sym: RefUnwindSafe,
Val: RefUnwindSafe,
impl<Sym, Val> Send for SymbolMemory<Sym, Val>
impl<Sym, Val> Sync for SymbolMemory<Sym, Val>
impl<Sym, Val> Unpin for SymbolMemory<Sym, Val>
impl<Sym, Val> UnwindSafe for SymbolMemory<Sym, Val>where
Sym: UnwindSafe,
Val: UnwindSafe,
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