Struct parse_js::parse::toplevel::ParseTopLevelResult
source · Fields
top_level_node_id: NodeId
top_level_scope_id: ScopeId
Auto Trait Implementations
impl RefUnwindSafe for ParseTopLevelResult
impl Send for ParseTopLevelResult
impl Sync for ParseTopLevelResult
impl Unpin for ParseTopLevelResult
impl UnwindSafe for ParseTopLevelResult
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