derive_tools_meta 0.63.0

Collection of derives which extend STD. Its meta module. Don't use directly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod as_mut;
pub mod as_ref;
pub mod deref;
pub mod deref_mut;
pub mod from;
pub mod index;
pub mod index_mut;
pub mod inner_from;
pub mod new;
pub mod not;
pub mod phantom;
pub mod variadic_from;

#[ path = "from/field_attributes.rs" ]
pub mod field_attributes;
#[ path = "from/item_attributes.rs" ]
pub mod item_attributes;