☰
Visitable
Implementations on Foreign Types
&T
&mut T
&str
Accessibility
Arc<T>
AssignOp
Atom
BigInt
BinaryOp
Box<T>
JsWord
MetaPropKind
MethodKind
Option<T>
Rc<T>
RefCell<T>
Span
String
SyntaxContext
TruePlusMinus
TsKeywordTypeKind
TsTypeOperatorOp
UnaryOp
UpdateOp
VarDeclKind
Vec<T>
[T]
bool
char
f32
f64
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
In stc_visit::visitable
?
Trait
stc_visit
::
visitable
::
Visitable
source
·
[
−
]
pub trait Visitable { }
Expand description
Marker to prevent mistakes.
Implementations on Foreign Types
source
impl<T>
Visitable
for
Vec
<T>
where
T:
Visitable
,
source
impl<T>
Visitable
for
[T]
where
T:
Visitable
,
source
impl<T>
Visitable
for
Box
<T>
where
T: ?
Sized
+
Visitable
,
source
impl<T>
Visitable
for
&
T
where
T: ?
Sized
+
Visitable
,
source
impl<T>
Visitable
for
&mut
T
where
T: ?
Sized
+
Visitable
,
source
impl<T>
Visitable
for
Rc
<T>
where
T:
Visitable
,
source
impl<T>
Visitable
for
Arc
<T>
where
T:
Visitable
,
source
impl<T>
Visitable
for
Option
<T>
where
T:
Visitable
,
source
impl<T>
Visitable
for
RefCell
<T>
where
T:
Visitable
,
source
impl
Visitable
for
Span
source
impl
Visitable
for
bool
source
impl
Visitable
for
char
source
impl
Visitable
for
u8
source
impl
Visitable
for
u16
source
impl
Visitable
for
u32
source
impl
Visitable
for
u64
source
impl
Visitable
for
u128
source
impl
Visitable
for
usize
source
impl
Visitable
for
i8
source
impl
Visitable
for
i16
source
impl
Visitable
for
i32
source
impl
Visitable
for
i64
source
impl
Visitable
for
i128
source
impl
Visitable
for
isize
source
impl
Visitable
for
f32
source
impl
Visitable
for
f64
source
impl
Visitable
for
String
source
impl
Visitable
for
SyntaxContext
source
impl
Visitable
for
JsWord
source
impl
Visitable
for
BigInt
source
impl
Visitable
for &
str
source
impl
Visitable
for
Atom
source
impl
Visitable
for
TruePlusMinus
source
impl
Visitable
for
TsTypeOperatorOp
source
impl
Visitable
for
TsKeywordTypeKind
source
impl
Visitable
for
BinaryOp
source
impl
Visitable
for
UnaryOp
source
impl
Visitable
for
Accessibility
source
impl
Visitable
for
AssignOp
source
impl
Visitable
for
VarDeclKind
source
impl
Visitable
for
MethodKind
source
impl
Visitable
for
UpdateOp
source
impl
Visitable
for
MetaPropKind
Implementors