pub struct CaseReduce;Expand description
A pass that performs case-of-known-constructor and case-of-known-literal reductions.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CaseReduce
impl RefUnwindSafe for CaseReduce
impl Send for CaseReduce
impl Sync for CaseReduce
impl Unpin for CaseReduce
impl UnsafeUnpin for CaseReduce
impl UnwindSafe for CaseReduce
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