pub struct Simplify;Expand description
The pass. It holds nothing, because a peephole needs to know nothing beyond the pattern.
Trait Implementations§
impl Copy for Simplify
impl Eq for Simplify
impl StructuralPartialEq for Simplify
Auto Trait Implementations§
impl Freeze for Simplify
impl RefUnwindSafe for Simplify
impl Send for Simplify
impl Sync for Simplify
impl Unpin for Simplify
impl UnsafeUnpin for Simplify
impl UnwindSafe for Simplify
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