Module ownable::traits

source ·
Expand description

These traits are the internals, which are used by the derive macros.

There are intended to be always used qualified (in order to not conflict with the derived functions and other traits/functions with an identical name).

See crate for more information.

Traits§

  • Copy the structure and clone the original values if it’s not owned.
  • Copy the structure and reference the original values.
  • Copy the structure and clone the original values.