anymap2::any

Trait CloneAnySync

Source
pub trait CloneAnySync: Any + CloneToAnySync { }
Expand description

See also Any for a version without the Clone + Sync requirements.

Trait Implementations§

Source§

impl Clone for Box<dyn CloneAnySync + Sync>

Source§

fn clone(&self) -> Box<dyn CloneAnySync + Sync>

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
Source§

impl Debug for dyn CloneAnySync + Sync

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl UncheckedAnyExt for dyn CloneAnySync + Sync

Source§

unsafe fn downcast_ref_unchecked<T>(&self) -> &T

Source§

unsafe fn downcast_mut_unchecked<T>(&mut self) -> &mut T

Source§

unsafe fn downcast_unchecked<T>(self: Box<Self>) -> Box<T>

Implementors§