Trait anymap2::any::CloneAnySendSync

source ·
pub trait CloneAnySendSync: Any + CloneToAnySendSync { }
Expand description

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

Trait Implementations§

source§

impl Clone for Box<dyn CloneAnySendSync + Send + Sync>

source§

fn clone(&self) -> Box<dyn CloneAnySendSync + Send + 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 CloneAnySendSync + Send + Sync

source§

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

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

impl UncheckedAnyExt for dyn CloneAnySendSync + Send + 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§