Docs.rs
bubblegum-cli-rs-1.0.2
bubblegum-cli-rs 1.0.2
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
gavrilovmiroslav
Dependencies
chashmap ^2.2.2
normal
dot_parse ^0.2.0
normal
httparse ^1.7.1
normal
lazy_static ^1.4.0
normal
num_cpus ^0.2
normal
queues ^1.1.0
normal
threadpool ^1.8.1
normal
url ^2.2.2
normal
Versions
0%
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
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
ToDataMessage
bubblegum_
cli_
rs
1.0.2
ToData
Message
Required Methods
to_data_message
Implementations on Foreign Types
(f32, f32)
(f32, f32, f32)
(f32, f32, f32, f32)
String
Vec<T>
bool
f32
f64
u8
u16
u32
Implementors
In bubblegum_
cli_
rs::
data_
message
bubblegum_cli_rs
::
data_message
Trait
ToData
Message
Copy item path
Source
pub trait ToDataMessage { // Required method fn
to_data_message
(&self) ->
DataMessage
; }
Required Methods
§
Source
fn
to_data_message
(&self) ->
DataMessage
Implementations on Foreign Types
§
Source
§
impl
ToDataMessage
for (
f32
,
f32
)
Source
§
fn
to_data_message
(&self) ->
DataMessage
Source
§
impl
ToDataMessage
for (
f32
,
f32
,
f32
)
Source
§
fn
to_data_message
(&self) ->
DataMessage
Source
§
impl
ToDataMessage
for (
f32
,
f32
,
f32
,
f32
)
Source
§
fn
to_data_message
(&self) ->
DataMessage
Source
§
impl
ToDataMessage
for
bool
Source
§
fn
to_data_message
(&self) ->
DataMessage
Source
§
impl
ToDataMessage
for
f32
Source
§
fn
to_data_message
(&self) ->
DataMessage
Source
§
impl
ToDataMessage
for
f64
Source
§
fn
to_data_message
(&self) ->
DataMessage
Source
§
impl
ToDataMessage
for
u8
Source
§
fn
to_data_message
(&self) ->
DataMessage
Source
§
impl
ToDataMessage
for
u16
Source
§
fn
to_data_message
(&self) ->
DataMessage
Source
§
impl
ToDataMessage
for
u32
Source
§
fn
to_data_message
(&self) ->
DataMessage
Source
§
impl
ToDataMessage
for
String
Source
§
fn
to_data_message
(&self) ->
DataMessage
Source
§
impl<T>
ToDataMessage
for
Vec
<T>
where T:
ToDataMessage
,
Source
§
fn
to_data_message
(&self) ->
DataMessage
Implementors
§