Docs.rs
substreams-database-change-2.1.2
substreams-database-change 2.1.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sduchesneau
maoueh
jubeless
Eduard-Voiculescu
ArnaudBger
enoldev
Dependencies
prost ^0.13
normal
prost-types ^0.13
normal
substreams ^0.6
normal
pretty_assertions ^1.4
dev
Versions
29.73%
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
substreams_
database_
change
2.1.2
ToDatabase
Value
Required Methods
to_value
Implementations on Foreign Types
&BigDecimal
&BigInt
&Hex<T>
&String
&Timestamp
&Vec<u8>
&str
BigDecimal
BigInt
Hex<T>
String
Timestamp
Vec<u8>
bool
i8
i16
i32
i64
u8
u16
u32
u64
Implementors
In substreams_
database_
change::
tables
substreams_database_change
::
tables
Trait
ToDatabaseValue
Copy item path
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 &
str
Source
§
fn
to_value
(self) ->
String
Source
§
impl
ToDatabaseValue
for &
String
Source
§
fn
to_value
(self) ->
String
Source
§
impl
ToDatabaseValue
for &
Vec
<
u8
>
Source
§
fn
to_value
(self) ->
String
Source
§
impl
ToDatabaseValue
for &
Timestamp
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
bool
Source
§
fn
to_value
(self) ->
String
Source
§
impl
ToDatabaseValue
for
i8
Source
§
fn
to_value
(self) ->
String
Source
§
impl
ToDatabaseValue
for
i16
Source
§
fn
to_value
(self) ->
String
Source
§
impl
ToDatabaseValue
for
i32
Source
§
fn
to_value
(self) ->
String
Source
§
impl
ToDatabaseValue
for
i64
Source
§
fn
to_value
(self) ->
String
Source
§
impl
ToDatabaseValue
for
u8
Source
§
fn
to_value
(self) ->
String
Source
§
impl
ToDatabaseValue
for
u16
Source
§
fn
to_value
(self) ->
String
Source
§
impl
ToDatabaseValue
for
u32
Source
§
fn
to_value
(self) ->
String
Source
§
impl
ToDatabaseValue
for
u64
Source
§
fn
to_value
(self) ->
String
Source
§
impl
ToDatabaseValue
for
String
Source
§
fn
to_value
(self) ->
String
Source
§
impl
ToDatabaseValue
for
Vec
<
u8
>
Source
§
fn
to_value
(self) ->
String
Source
§
impl
ToDatabaseValue
for
Timestamp
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<T:
AsRef
<[
u8
]>>
ToDatabaseValue
for &
Hex
<T>
Source
§
fn
to_value
(self) ->
String
Source
§
impl<T:
AsRef
<[
u8
]>>
ToDatabaseValue
for
Hex
<T>
Source
§
fn
to_value
(self) ->
String
Implementors
§