Struct codegen_cfg::transform::SimplifyAllNotAny
source · pub struct SimplifyAllNotAny;Expand description
Simplify all(not(any(...)), any(...))
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SimplifyAllNotAny
impl Send for SimplifyAllNotAny
impl Sync for SimplifyAllNotAny
impl Unpin for SimplifyAllNotAny
impl UnwindSafe for SimplifyAllNotAny
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