pub trait CloneDebuggableStorage: DebuggableStorage { }
Expand description

Storage type that allows cloning and formatting a TypeMap in debug representation if the values inside it all implement Clone and Debug.

Trait Implementations§

source§

impl Clone for Box<dyn CloneDebuggableStorage>

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§