Docs.rs
substreams-database-change-1.1.0
substreams-database-change 1.1.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sduchesneau
maoueh
jubeless
Eduard-Voiculescu
ArnaudBger
enoldev
Dependencies
base64 ^0.13.0
normal
prost ^0.11.0
normal
prost-types ^0.11.0
normal
substreams ^0.5.0
normal
substreams-entity-change ^1.0.0
normal
Versions
18.18%
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
☰
ToDatabaseValue
Required Methods
to_value
Implementations on Foreign Types
&BigDecimal
&BigInt
&String
&bool
BigDecimal
BigInt
String
bool
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
In substreams_database_change::tables
?
Trait
substreams_database_change
::
tables
::
ToDatabaseValue
source
·
[
−
]
pub trait ToDatabaseValue { // Required method fn
to_value
(self) ->
String
; }
Required Methods
§
source
fn
to_value
(self) ->
String
Implementations on Foreign Types
§
source
§
impl
ToDatabaseValue
for
String
source
§
fn
to_value
(self) ->
String
source
§
impl
ToDatabaseValue
for
i64
source
§
fn
to_value
(self) ->
String
source
§
impl
ToDatabaseValue
for
i32
source
§
fn
to_value
(self) ->
String
source
§
impl
ToDatabaseValue
for
u64
source
§
fn
to_value
(self) ->
String
source
§
impl
ToDatabaseValue
for
BigDecimal
source
§
fn
to_value
(self) ->
String
source
§
impl
ToDatabaseValue
for
BigInt
source
§
fn
to_value
(self) ->
String
source
§
impl
ToDatabaseValue
for &
BigInt
source
§
fn
to_value
(self) ->
String
source
§
impl
ToDatabaseValue
for
u32
source
§
fn
to_value
(self) ->
String
source
§
impl
ToDatabaseValue
for &
String
source
§
fn
to_value
(self) ->
String
source
§
impl
ToDatabaseValue
for
u8
source
§
fn
to_value
(self) ->
String
source
§
impl
ToDatabaseValue
for &
bool
source
§
fn
to_value
(self) ->
String
source
§
impl
ToDatabaseValue
for
bool
source
§
fn
to_value
(self) ->
String
source
§
impl
ToDatabaseValue
for
i16
source
§
fn
to_value
(self) ->
String
source
§
impl
ToDatabaseValue
for &
BigDecimal
source
§
fn
to_value
(self) ->
String
source
§
impl
ToDatabaseValue
for
u16
source
§
fn
to_value
(self) ->
String
source
§
impl
ToDatabaseValue
for
i8
source
§
fn
to_value
(self) ->
String
Implementors
§