pub struct EvalState { /* private fields */ }Expand description
Nix evaluation state for evaluating expressions.
This provides the main interface for evaluating Nix expressions and creating values.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EvalState
impl RefUnwindSafe for EvalState
impl Unpin for EvalState
impl UnwindSafe for EvalState
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