Trait Item

Source
pub trait Item: Debug + ItemClone { }

Trait Implementations§

Source§

impl Clone for Box<dyn Item>

Source§

fn clone(&self) -> Box<dyn Item>

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

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

Performs copy-assignment from source. Read more

Implementors§