Trait rnode::VisitMutWith
source · [−]pub trait VisitMutWith<V>: Visitablewhere
V: ?Sized,{
fn visit_mut_children_with(&mut self, visitor: &mut V);
fn visit_mut_with(&mut self, visitor: &mut V)
where
V: VisitMut<Self>,
{ ... }
}
Required Methods
source
fn visit_mut_children_with(&mut self, visitor: &mut V)
Provided Methods
sourcefn visit_mut_with(&mut self, visitor: &mut V)where
fn visit_mut_with(&mut self, visitor: &mut V)where
V: VisitMut<Self>,
Implementations on Foreign Types
sourceimpl<V> VisitMutWith<V> for Stringwhere
V: ?Sized,
impl<V> VisitMutWith<V> for Stringwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for TsKeywordTypeKindwhere
V: ?Sized,
impl<V> VisitMutWith<V> for TsKeywordTypeKindwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<T, V> VisitMutWith<V> for Vec<T, Global>where
T: Visitable,
V: VisitMut<T> + ?Sized,
impl<T, V> VisitMutWith<V> for Vec<T, Global>where
T: Visitable,
V: VisitMut<T> + ?Sized,
fn visit_mut_children_with(&mut self, visitor: &mut V)
sourceimpl<V> VisitMutWith<V> for Atomwhere
V: ?Sized,
impl<V> VisitMutWith<V> for Atomwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for BigIntwhere
V: ?Sized,
impl<V> VisitMutWith<V> for BigIntwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for i8where
V: ?Sized,
impl<V> VisitMutWith<V> for i8where
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for TruePlusMinuswhere
V: ?Sized,
impl<V> VisitMutWith<V> for TruePlusMinuswhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for f64where
V: ?Sized,
impl<V> VisitMutWith<V> for f64where
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for u128where
V: ?Sized,
impl<V> VisitMutWith<V> for u128where
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for BinaryOpwhere
V: ?Sized,
impl<V> VisitMutWith<V> for BinaryOpwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for u64where
V: ?Sized,
impl<V> VisitMutWith<V> for u64where
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for i128where
V: ?Sized,
impl<V> VisitMutWith<V> for i128where
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for f32where
V: ?Sized,
impl<V> VisitMutWith<V> for f32where
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for UnaryOpwhere
V: ?Sized,
impl<V> VisitMutWith<V> for UnaryOpwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for SyntaxContextwhere
V: ?Sized,
impl<V> VisitMutWith<V> for SyntaxContextwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for UpdateOpwhere
V: ?Sized,
impl<V> VisitMutWith<V> for UpdateOpwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for u32where
V: ?Sized,
impl<V> VisitMutWith<V> for u32where
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for u8where
V: ?Sized,
impl<V> VisitMutWith<V> for u8where
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<T, V> VisitMutWith<V> for Option<T>where
T: Visitable,
V: VisitMut<T> + ?Sized,
impl<T, V> VisitMutWith<V> for Option<T>where
T: Visitable,
V: VisitMut<T> + ?Sized,
fn visit_mut_children_with(&mut self, visitor: &mut V)
sourceimpl<T, V> VisitMutWith<V> for Arc<T>where
T: Visitable,
V: VisitMut<T> + ?Sized,
impl<T, V> VisitMutWith<V> for Arc<T>where
T: Visitable,
V: VisitMut<T> + ?Sized,
Noop.
fn visit_mut_children_with(&mut self, &mut V)
sourceimpl<V> VisitMutWith<V> for i64where
V: ?Sized,
impl<V> VisitMutWith<V> for i64where
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for MethodKindwhere
V: ?Sized,
impl<V> VisitMutWith<V> for MethodKindwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for boolwhere
V: ?Sized,
impl<V> VisitMutWith<V> for boolwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for Spanwhere
V: ?Sized,
impl<V> VisitMutWith<V> for Spanwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for i32where
V: ?Sized,
impl<V> VisitMutWith<V> for i32where
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for Atom<JsWordStaticSet>where
V: ?Sized,
impl<V> VisitMutWith<V> for Atom<JsWordStaticSet>where
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for charwhere
V: ?Sized,
impl<V> VisitMutWith<V> for charwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for usizewhere
V: ?Sized,
impl<V> VisitMutWith<V> for usizewhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for u16where
V: ?Sized,
impl<V> VisitMutWith<V> for u16where
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for Accessibilitywhere
V: ?Sized,
impl<V> VisitMutWith<V> for Accessibilitywhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<T, V> VisitMutWith<V> for RefCell<T>where
T: Visitable,
V: VisitMut<T> + ?Sized,
impl<T, V> VisitMutWith<V> for RefCell<T>where
T: Visitable,
V: VisitMut<T> + ?Sized,
fn visit_mut_children_with(&mut self, v: &mut V)
sourceimpl<V> VisitMutWith<V> for MetaPropKindwhere
V: ?Sized,
impl<V> VisitMutWith<V> for MetaPropKindwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for TsTypeOperatorOpwhere
V: ?Sized,
impl<V> VisitMutWith<V> for TsTypeOperatorOpwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for &strwhere
V: ?Sized,
impl<V> VisitMutWith<V> for &strwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for isizewhere
V: ?Sized,
impl<V> VisitMutWith<V> for isizewhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for AssignOpwhere
V: ?Sized,
impl<V> VisitMutWith<V> for AssignOpwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for VarDeclKindwhere
V: ?Sized,
impl<V> VisitMutWith<V> for VarDeclKindwhere
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<V> VisitMutWith<V> for i16where
V: ?Sized,
impl<V> VisitMutWith<V> for i16where
V: ?Sized,
sourcefn visit_mut_children_with(&mut self, &mut V)
fn visit_mut_children_with(&mut self, &mut V)
Noop
sourceimpl<T, V> VisitMutWith<V> for Box<T, Global>where
T: Visitable,
V: VisitMut<T> + ?Sized,
impl<T, V> VisitMutWith<V> for Box<T, Global>where
T: Visitable,
V: VisitMut<T> + ?Sized,
fn visit_mut_children_with(&mut self, v: &mut V)
Implementors
impl<V: ?Sized> VisitMutWith<V> for NodeId
Noop.