pub(crate) struct ReplResolver<'s> {
pub(crate) goals: &'s HashMap<Sym, ReplCmd>,
pub(crate) symbols: &'s SymbolStore,
pub(crate) query_scope: Option<&'s VarScope>,
}
Expand description
Resolver providing special REPL commands.
Fields§
§goals: &'s HashMap<Sym, ReplCmd>
§symbols: &'s SymbolStore
§query_scope: Option<&'s VarScope>
Implementations§
Trait Implementations§
Source§impl<'s> Resolver for ReplResolver<'s>
impl<'s> Resolver for ReplResolver<'s>
Auto Trait Implementations§
impl<'s> Freeze for ReplResolver<'s>
impl<'s> RefUnwindSafe for ReplResolver<'s>
impl<'s> Send for ReplResolver<'s>
impl<'s> Sync for ReplResolver<'s>
impl<'s> Unpin for ReplResolver<'s>
impl<'s> UnwindSafe for ReplResolver<'s>
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