Trait Clone

Source
pub trait Clone {
    // Required method
    fn dyn_clone(&self) -> *mut ();
}
Expand description

Dynamic (object-safe) version of Clone.

Required Methods§

Implementations on Foreign Types§

Source§

impl Clone for str

Source§

impl<T: Clone> Clone for [T]

Implementors§

Source§

impl<T: Clone> Clone for T