pub struct ConstProp;Expand description
Constant propagation / constant folding pass.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConstProp
impl RefUnwindSafe for ConstProp
impl Send for ConstProp
impl Sync for ConstProp
impl Unpin for ConstProp
impl UnsafeUnpin for ConstProp
impl UnwindSafe for ConstProp
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