pub struct MergeAllOfNotAny;Trait Implementations§
Source§impl<T> VisitMut<T> for MergeAllOfNotAny
impl<T> VisitMut<T> for MergeAllOfNotAny
fn visit_mut_all(&mut self, All: &mut All<T>)
fn visit_mut_expr(&mut self, expr: &mut Expr<T>)
fn visit_mut_any(&mut self, Any: &mut Any<T>)
fn visit_mut_not(&mut self, Not: &mut Not<T>)
fn visit_mut_var(&mut self, _var: &mut Var<T>)
fn visit_mut_const(&mut self, _b: &mut bool)
Auto Trait Implementations§
impl Freeze for MergeAllOfNotAny
impl RefUnwindSafe for MergeAllOfNotAny
impl Send for MergeAllOfNotAny
impl Sync for MergeAllOfNotAny
impl Unpin for MergeAllOfNotAny
impl UnwindSafe for MergeAllOfNotAny
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