Docs.rs
fast-able-1.18.7
fast-able 1.18.7
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
guoyucode
Dependencies
arraystring ^0.3.0
normal
chrono ^0.4
normal
core_affinity ^0.8
normal
crossbeam ^0.8
normal
flume ^0.11
normal
fs2 ^0.4.3
normal
kanal ^0.1.1
normal
log ^0.4
normal
num_cpus ^1
normal
parking_lot ^0.12
normal
scopeguard ^1.2.0
normal
serde ^1
normal
spin ^0.10
normal
thingbuf ^0.1.6
normal
crossbeam ^0.8
dev
env_logger ^0.11.3
dev
once_cell ^1
dev
serde_json ^1
dev
tokio ^1.0
dev
libc ^0.2
normal
Versions
33.23%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
IntoNumLog
fast_
able
1.18.7
Into
NumLog
Required Methods
into_num_log
Implementations on Foreign Types
&'static str
Duration
Duration
NaiveDate
NaiveDateTime
NaiveTime
String
f32
f64
i32
i64
u32
u64
usize
Implementors
In fast_
able::
num_
log
fast_able
::
num_log
Trait
Into
NumLog
Copy item path
Source
pub trait IntoNumLog { // Required method fn
into_num_log
(self) ->
NumLog
; }
Required Methods
§
Source
fn
into_num_log
(self) ->
NumLog
Implementations on Foreign Types
§
Source
§
impl
IntoNumLog
for &'static
str
Source
§
fn
into_num_log
(self) ->
NumLog
Source
§
impl
IntoNumLog
for
f32
Source
§
fn
into_num_log
(self) ->
NumLog
Source
§
impl
IntoNumLog
for
f64
Source
§
fn
into_num_log
(self) ->
NumLog
Source
§
impl
IntoNumLog
for
i32
Source
§
fn
into_num_log
(self) ->
NumLog
Source
§
impl
IntoNumLog
for
i64
Source
§
fn
into_num_log
(self) ->
NumLog
Source
§
impl
IntoNumLog
for
u32
Source
§
fn
into_num_log
(self) ->
NumLog
Source
§
impl
IntoNumLog
for
u64
Source
§
fn
into_num_log
(self) ->
NumLog
Source
§
impl
IntoNumLog
for
usize
Source
§
fn
into_num_log
(self) ->
NumLog
Source
§
impl
IntoNumLog
for
String
Source
§
fn
into_num_log
(self) ->
NumLog
Source
§
impl
IntoNumLog
for
Duration
Source
§
fn
into_num_log
(self) ->
NumLog
Source
§
impl
IntoNumLog
for
NaiveDate
Source
§
fn
into_num_log
(self) ->
NumLog
Source
§
impl
IntoNumLog
for
NaiveDateTime
Source
§
fn
into_num_log
(self) ->
NumLog
Source
§
impl
IntoNumLog
for
NaiveTime
Source
§
fn
into_num_log
(self) ->
NumLog
Source
§
impl
IntoNumLog
for
Duration
Source
§
fn
into_num_log
(self) ->
NumLog
Implementors
§
Source
§
impl
IntoNumLog
for
NumLog