derive_more 1.0.0-beta.1

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

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_mut
  • 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_into
  • try_unwrap
  • unwrap

testing-helpers

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

try_unwrap

  • derive_more-impl/try_unwrap

as_mut

  • derive_more-impl/as_mut

add

  • derive_more-impl/add

display

  • derive_more-impl/display

is_variant

  • derive_more-impl/is_variant

add_assign

  • derive_more-impl/add_assign

error

  • derive_more-impl/error

deref_mut

  • derive_more-impl/deref_mut

sum

  • derive_more-impl/sum

into_iterator

  • derive_more-impl/into_iterator

constructor

  • derive_more-impl/constructor

index

  • derive_more-impl/index

as_ref

  • derive_more-impl/as_ref

not

  • derive_more-impl/not

deref

  • derive_more-impl/deref

unwrap

  • derive_more-impl/unwrap

from_str

  • derive_more-impl/from_str

mul_assign

  • derive_more-impl/mul_assign

index_mut

  • derive_more-impl/index_mut

debug

  • derive_more-impl/debug

from

  • derive_more-impl/from

try_into

  • derive_more-impl/try_into

mul

  • derive_more-impl/mul

into

  • derive_more-impl/into