derive_more 1.0.0-beta.6

Adds #[derive(x)] macros for more traits
Documentation

derive_more

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 28 feature flags, 2 of them enabled by default.

default

  • std

std

    This feature flag does not enable additional features.

full

  • add
  • add_assign
  • as_ref
  • constructor
  • debug
  • deref
  • deref_mut
  • display
  • error
  • from
  • from_str
  • index
  • index_mut
  • into
  • into_iterator
  • is_variant
  • mul
  • mul_assign
  • not
  • sum
  • try_from
  • try_into
  • try_unwrap
  • unwrap

testing-helpers

  • derive_more-impl/testing-helpers
  • dep:rustc_version

try_from

  • derive_more-impl/try_from

sum

  • derive_more-impl/sum

add_assign

  • derive_more-impl/add_assign

from_str

  • derive_more-impl/from_str

debug

  • derive_more-impl/debug

error

  • derive_more-impl/error

try_unwrap

  • derive_more-impl/try_unwrap

constructor

  • derive_more-impl/constructor

not

  • derive_more-impl/not

into

  • derive_more-impl/into

mul

  • derive_more-impl/mul

mul_assign

  • derive_more-impl/mul_assign

into_iterator

  • derive_more-impl/into_iterator

unwrap

  • derive_more-impl/unwrap

index

  • derive_more-impl/index

add

  • derive_more-impl/add

index_mut

  • derive_more-impl/index_mut

deref_mut

  • derive_more-impl/deref_mut

from

  • derive_more-impl/from

deref

  • derive_more-impl/deref

try_into

  • derive_more-impl/try_into

display

  • derive_more-impl/display

as_ref

  • derive_more-impl/as_ref

is_variant

  • derive_more-impl/is_variant