pub struct NixEval;
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NixEval
impl RefUnwindSafe for NixEval
impl Send for NixEval
impl Sync for NixEval
impl Unpin for NixEval
impl UnwindSafe for NixEval
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