Docs.rs
flow-record-0.2.0
flow-record 0.2.0
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
janstarke
Dependencies
binrw ^0.14
normal
bodyfile ^0.1
normal
chrono ^0.4
normal
flow-record-common ^0.2.0
normal
flow-record-derive ^0.2.0
normal
rmp ^0.8
normal
rmp-serde ^1.3.0
normal
rmpv ^1.3.0
normal
serde ^1.0
normal
Versions
33.33%
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
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
flow_
record
0.2.0
ToMsg
Pack
Value
Required Methods
to_msgpack_value
Implementations on Foreign Types
&i16
&i32
&i64
&i8
&str
&u16
&u32
&u64
&u8
DateTime<Tz>
Option<T>
String
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
In crate flow_
record
Trait
flow_record
::
ToMsgPackValue
Copy item path
source
·
[
−
]
pub trait ToMsgPackValue { // Required method fn
to_msgpack_value
(self) ->
Value
; }
Required Methods
§
source
fn
to_msgpack_value
(self) ->
Value
Implementations on Foreign Types
§
source
§
impl
ToMsgPackValue
for &
i8
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for &
i16
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for &
i32
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for &
i64
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for &
str
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for &
u8
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for &
u16
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for &
u32
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for &
u64
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for
i8
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for
i16
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for
i32
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for
i64
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for
u8
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for
u16
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for
u32
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for
u64
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl
ToMsgPackValue
for
String
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl<T>
ToMsgPackValue
for
Option
<T>
where T:
ToMsgPackValue
,
source
§
fn
to_msgpack_value
(self) ->
Value
source
§
impl<Tz>
ToMsgPackValue
for
DateTime
<Tz>
where Tz:
TimeZone
,
source
§
fn
to_msgpack_value
(self) ->
Value
Implementors
§