[][src]Module gazebo::dupe

A cheap version of Clone.

Traits

Dupe

Like Clone, but should only be available if Clone is constant time and zero allocation (e.g. a few Arc bumps)

Derive Macros

Dupe

Derive the Dupe trait.

Dupe_

Derive the Dupe trait, but without requiring all type arguments to implement Dupe.