Trait anymap::any::CloneAny
[−]
[src]
pub trait CloneAny: Any + CloneToAny { }
See also Any for a version without the Clone requirement.
Trait Implementations
impl Debug for CloneAny[src]
impl Debug for CloneAnyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl UncheckedAnyExt for CloneAny[src]
impl UncheckedAnyExt for CloneAnyunsafe fn downcast_ref_unchecked<T: 'static>(&self) -> &T[src]
unsafe fn downcast_ref_unchecked<T: 'static>(&self) -> &Tunsafe fn downcast_mut_unchecked<T: 'static>(&mut self) -> &mut T[src]
unsafe fn downcast_mut_unchecked<T: 'static>(&mut self) -> &mut Tunsafe fn downcast_unchecked<T: 'static>(self: Box<Self>) -> Box<T>[src]
unsafe fn downcast_unchecked<T: 'static>(self: Box<Self>) -> Box<T>impl Debug for CloneAny + Send[src]
impl Debug for CloneAny + Sendfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl UncheckedAnyExt for CloneAny + Send[src]
impl UncheckedAnyExt for CloneAny + Sendunsafe fn downcast_ref_unchecked<T: 'static>(&self) -> &T[src]
unsafe fn downcast_ref_unchecked<T: 'static>(&self) -> &Tunsafe fn downcast_mut_unchecked<T: 'static>(&mut self) -> &mut T[src]
unsafe fn downcast_mut_unchecked<T: 'static>(&mut self) -> &mut Tunsafe fn downcast_unchecked<T: 'static>(self: Box<Self>) -> Box<T>[src]
unsafe fn downcast_unchecked<T: 'static>(self: Box<Self>) -> Box<T>impl Debug for CloneAny + Sync[src]
impl Debug for CloneAny + Syncfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl UncheckedAnyExt for CloneAny + Sync[src]
impl UncheckedAnyExt for CloneAny + Syncunsafe fn downcast_ref_unchecked<T: 'static>(&self) -> &T[src]
unsafe fn downcast_ref_unchecked<T: 'static>(&self) -> &Tunsafe fn downcast_mut_unchecked<T: 'static>(&mut self) -> &mut T[src]
unsafe fn downcast_mut_unchecked<T: 'static>(&mut self) -> &mut Tunsafe fn downcast_unchecked<T: 'static>(self: Box<Self>) -> Box<T>[src]
unsafe fn downcast_unchecked<T: 'static>(self: Box<Self>) -> Box<T>impl Debug for CloneAny + Send + Sync[src]
impl Debug for CloneAny + Send + Syncfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl UncheckedAnyExt for CloneAny + Send + Sync[src]
impl UncheckedAnyExt for CloneAny + Send + Syncunsafe fn downcast_ref_unchecked<T: 'static>(&self) -> &T[src]
unsafe fn downcast_ref_unchecked<T: 'static>(&self) -> &Tunsafe fn downcast_mut_unchecked<T: 'static>(&mut self) -> &mut T[src]
unsafe fn downcast_mut_unchecked<T: 'static>(&mut self) -> &mut Tunsafe fn downcast_unchecked<T: 'static>(self: Box<Self>) -> Box<T>[src]
unsafe fn downcast_unchecked<T: 'static>(self: Box<Self>) -> Box<T>