pub struct PartialEval;Expand description
First-order partial evaluation pass.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PartialEval
impl RefUnwindSafe for PartialEval
impl Send for PartialEval
impl Sync for PartialEval
impl Unpin for PartialEval
impl UnsafeUnpin for PartialEval
impl UnwindSafe for PartialEval
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