derive_more 1.0.0-beta.2

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_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

constructor

  • derive_more-impl/constructor

index

  • derive_more-impl/index

from

  • derive_more-impl/from

into

  • derive_more-impl/into

try_into

  • derive_more-impl/try_into

deref

  • derive_more-impl/deref

is_variant

  • derive_more-impl/is_variant

index_mut

  • derive_more-impl/index_mut

as_mut

  • derive_more-impl/as_mut

mul_assign

  • derive_more-impl/mul_assign

mul

  • derive_more-impl/mul

sum

  • derive_more-impl/sum

unwrap

  • derive_more-impl/unwrap

as_ref

  • derive_more-impl/as_ref

try_unwrap

  • derive_more-impl/try_unwrap

deref_mut

  • derive_more-impl/deref_mut

from_str

  • derive_more-impl/from_str

add_assign

  • derive_more-impl/add_assign

error

  • derive_more-impl/error

not

  • derive_more-impl/not

add

  • derive_more-impl/add

into_iterator

  • derive_more-impl/into_iterator

debug

  • derive_more-impl/debug

display

  • derive_more-impl/display