pub struct EvalStateBuilder { /* private fields */ }Expand description
Builder for Nix evaluation state.
This allows configuring the evaluation environment before creating the evaluation state.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EvalStateBuilder
impl RefUnwindSafe for EvalStateBuilder
impl !Send for EvalStateBuilder
impl !Sync for EvalStateBuilder
impl Unpin for EvalStateBuilder
impl UnwindSafe for EvalStateBuilder
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