Docs.rs
mysql_binlog-0.4.0
mysql_binlog 0.4.0
Permalink
Docs.rs crate page
ISC
Links
Homepage
Repository
crates.io
Source
Owners
Roguelazer
Dependencies
base64 ^0.13
normal
bigdecimal ^0.3.0
normal
byteorder ^1
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1.0
normal
uuid ^1
normal
assert_matches ^1
dev
Versions
7.93%
of the crate is documented
Platform
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
Skip to main content
RowData
mysql_
binlog
0.4.0
RowData
Aliased Type
In mysql_
binlog::
event
mysql_binlog
::
event
Type Alias
RowData
Copy item path
Source
pub type RowData =
Vec
<
Option
<
MySQLValue
>>;
Aliased Type
ยง
pub struct RowData {
/* private fields */
}