Docs.rs
tea-actorx-runtime-0.2.0-dev.7
tea-actorx-runtime 0.2.0-dev.7
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
AlseinX
Dependencies
bincode ^1.3.3
normal
lazy_static ^1.4.0
normal
once_cell ^1.17.1
normal
serde ^1.0.153
normal
tea-actorx-core ^0.2.0-dev.7
normal
tea-actorx-host ^0.2.0-dev.7
normal
tea-codec ^0.2.0-dev.7
normal
thiserror ^1.0.39
normal
tokio ^1.26.0
normal
Versions
0%
of the crate is documented
Go to latest stable release
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
NoPtr
Implementations on Foreign Types
*const T
*mut T
Implementors
Auto Implementors
In tea_actorx_runtime
?
Trait
tea_actorx_runtime
::
NoPtr
source
·
[
−
]
pub auto trait NoPtr { }
Implementations on Foreign Types
§
source
§
impl<T> !
NoPtr
for
*const T
source
§
impl<T> !
NoPtr
for
*mut T
Implementors
§
Auto implementors
§
§
impl !
NoPtr
for
RegId
§
impl !
NoPtr
for
ActorId
§
impl
NoPtr
for
Runtime
§
impl
NoPtr
for
ArgsTypeMismatch
§
impl
NoPtr
for
Activate
§
impl
NoPtr
for
Deactivate
§
impl
NoPtr
for
InstanceId
§
impl
NoPtr
for
PostInvoke
§
impl
NoPtr
for
PreInvoke
§
impl<T>
NoPtr
for
NoCallingCxWrapper
<T>
where T:
NoPtr
,