Struct parse_js::ParseOutput
source · pub struct ParseOutput {
pub node_map: NodeMap,
pub scope_map: ScopeMap,
pub top_level_node_id: NodeId,
pub top_level_scope_id: ScopeId,
}
Fields
node_map: NodeMap
scope_map: ScopeMap
top_level_node_id: NodeId
top_level_scope_id: ScopeId
Auto Trait Implementations
impl RefUnwindSafe for ParseOutput
impl !Send for ParseOutput
impl !Sync for ParseOutput
impl Unpin for ParseOutput
impl UnwindSafe for ParseOutput
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