pub unsafe trait PureClone: Clone {
    fn pure_clone(&self) -> Self { ... }
}
Expand description

The PureClone trait, which is a subtrait of Clone.

See the module documentation for more information.

Provided Methods§

The pure_clone method.

Implementations on Foreign Types§

Implementors§