File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 119
119
//! * [`Tuple`]
120
120
//! * [`Array`]
121
121
//! * [`List`]
122
+ //! * [`Set`]
122
123
//! * [`Map`]
123
124
//! * [`Struct`]
124
125
//! * [`TupleStruct`]
125
126
//! * [`Enum`]
127
+ //! * [`Function`] (requires the `functions` feature)
126
128
//!
127
129
//! As mentioned previously, the last three are automatically implemented by the [derive macro].
128
130
//!
516
518
//! [the language feature for dyn upcasting coercion]: https://github.com/rust-lang/rust/issues/65991
517
519
//! [derive macro]: derive@crate::Reflect
518
520
//! [`'static` lifetime]: https://doc.rust-lang.org/rust-by-example/scope/lifetime/static_lifetime.html#trait-bound
521
+ //! [`Function`]: func::Function
519
522
//! [derive macro documentation]: derive@crate::Reflect
520
523
//! [deriving `Reflect`]: derive@crate::Reflect
521
524
//! [type data]: TypeData
You can’t perform that action at this time.
0 commit comments