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