pub struct LiveNodeRoot {
pub locals: HashMap<LiveId, LiveScopeTarget>,
pub exports: HashMap<LiveId, usize>,
}
Fields§
§locals: HashMap<LiveId, LiveScopeTarget>
§exports: HashMap<LiveId, usize>
Trait Implementations§
Source§impl Clone for LiveNodeRoot
impl Clone for LiveNodeRoot
Source§fn clone(&self) -> LiveNodeRoot
fn clone(&self) -> LiveNodeRoot
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 LiveNodeRoot
impl Debug for LiveNodeRoot
Source§impl Default for LiveNodeRoot
impl Default for LiveNodeRoot
Source§fn default() -> LiveNodeRoot
fn default() -> LiveNodeRoot
Returns the “default value” for a type. Read more
Source§impl PartialEq for LiveNodeRoot
impl PartialEq for LiveNodeRoot
impl StructuralPartialEq for LiveNodeRoot
Auto Trait Implementations§
impl Freeze for LiveNodeRoot
impl RefUnwindSafe for LiveNodeRoot
impl Send for LiveNodeRoot
impl Sync for LiveNodeRoot
impl Unpin for LiveNodeRoot
impl UnwindSafe for LiveNodeRoot
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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