Docs.rs
queue-rs-0.0.26
queue-rs 0.0.26
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
j5ik2o
Dependencies
anyhow ^1.0.64
normal
log ^0.4
normal
thiserror ^1.0.34
normal
env_logger ^0.9.0
dev
fp_rust ^0.3.5
dev
Versions
34.38%
of the crate is documented
Go to latest version
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Element
Implementations on Foreign Types
Arc<T>
Box<T>
String
f32
f64
i16
i32
i64
i8
u16
u32
u64
u8
usize
Implementors
In queue_rs::queue
?
Trait
queue_rs
::
queue
::
Element
source
·
[
−
]
pub trait Element:
Debug
+
Clone
+
Send
+
Sync
{ }
Implementations on Foreign Types
source
impl
Element
for
i8
source
impl
Element
for
i16
source
impl
Element
for
i32
source
impl
Element
for
i64
source
impl
Element
for
u8
source
impl
Element
for
u16
source
impl
Element
for
u32
source
impl
Element
for
u64
source
impl
Element
for
usize
source
impl
Element
for
f32
source
impl
Element
for
f64
source
impl
Element
for
String
source
impl<T:
Debug
+
Clone
+
Send
+
Sync
>
Element
for
Box
<T>
source
impl<T:
Debug
+
Clone
+
Send
+
Sync
>
Element
for
Arc
<T>
Implementors