Cargo Features
derive_more_preview-impl has no features set by default.
[dependencies]
derive_more_preview-impl = { version = "0.1.0", features = ["constructor", "debug", "deref_mut", "display", "error", "from", "index_mut", "into", "iterator", "not", "sum", "try_into", "try_unwrap", "testing-helpers"] }
- add_assign add as_mut as_ref constructor
- debug
-
Enables unicode-xid, extra-traits of syn
- deref deref_mut
- display
-
Enables unicode-xid, extra-traits of syn
- error
-
Enables extra-traits of syn
- from
-
Enables extra-traits of syn
Affects
utils::MetaInfo.types
… - from_str index index_mut
- into
-
Enables extra-traits of syn
Affects
utils::MetaInfo.types
… - into_iterator iterator
- mul_assign mul not
-
Enables extra-traits of syn
- sum
- try_into
-
Enables extra-traits of syn
- is_variant unwrap try_unwrap
-
Enables convert_case
- testing-helpers build
-
Enables rustc_version