Docs.rs
anymap2-0.13.0
anymap2 0.13.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
azriel91
Dependencies
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
anymap2
0.13.0
Any
Trait Implementations
Debug
Debug
Debug
Debug
UncheckedAnyExt
UncheckedAnyExt
UncheckedAnyExt
UncheckedAnyExt
Implementors
In anymap2::
any
anymap2
::
any
Trait
Any
Copy item path
Source
pub trait Any:
StdAny
{ }
Expand description
See also
CloneAny
for a cloneable version of this trait.
Trait Implementations
§
Source
§
impl
Debug
for dyn
Any
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Source
§
impl
Debug
for dyn
Any
+
Send
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Source
§
impl
Debug
for dyn
Any
+
Send
+
Sync
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Source
§
impl
Debug
for dyn
Any
+
Sync
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Source
§
impl
UncheckedAnyExt
for dyn
Any
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>
Source
§
impl
UncheckedAnyExt
for dyn
Any
+
Send
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>
Source
§
impl
UncheckedAnyExt
for dyn
Any
+
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>
Source
§
impl
UncheckedAnyExt
for dyn
Any
+
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
§
Source
§
impl<T:
StdAny
>
Any
for T