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§