Skip to main content

Item

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 (const: unstable) · Source§

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

Performs copy-assignment from source. Read more

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§