Trait CloneableStorage

Source
pub trait CloneableStorage:
    Any
    + Send
    + Sync { }
Expand description

Storage type that allows cloning a TypeMap if the values inside it all implement Clone.

Trait Implementations§

Source§

impl Clone for Box<dyn CloneableStorage>

Source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more

Implementors§