Trait mitochondria::NonSelfReferentialClone [] [src]

pub unsafe trait NonSelfReferentialClone: Clone { }

A Clone implementation that will not access itself through reference cycles during cloning, which would introduce mutable aliasing.

Implementors