Docs.rs
substreams-entity-change-2.0.0
substreams-entity-change 2.0.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
normal
prost ^0.13
normal
prost-types ^0.13
normal
substreams ^0.6
normal
Versions
18.67%
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_
entity_
change
2.0.0
ToValue
Required Methods
to_value
Implementations on Foreign Types
&BigDecimal
&BigInt
&String
&Timestamp
&Vec<BigDecimal>
&Vec<BigInt>
&Vec<String>
&Vec<Vec<u8>>
&Vec<u8>
&bool
&str
BigDecimal
BigInt
String
Timestamp
Vec<BigDecimal>
Vec<BigInt>
Vec<String>
Vec<Vec<u8>>
Vec<u8>
bool
i8
i16
i32
i64
u8
u16
u32
u64
Implementors
In substreams_
entity_
change::
tables
substreams_entity_change
::
tables
Trait
ToValue
Copy item path
Source
pub trait ToValue { // Required method fn
to_value
(self) ->
Value
; }
Required Methods
§
Source
fn
to_value
(self) ->
Value
Implementations on Foreign Types
§
Source
§
impl
ToValue
for &
bool
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for &
str
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for &
String
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for &
Vec
<
u8
>
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for &
Vec
<
String
>
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for &
Vec
<
Vec
<
u8
>>
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for &
Vec
<
BigDecimal
>
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for &
Vec
<
BigInt
>
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for &
Timestamp
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for &
BigDecimal
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for &
BigInt
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
bool
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
i8
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
i16
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
i32
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
i64
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
u8
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
u16
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
u32
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
u64
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
String
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
Vec
<
u8
>
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
Vec
<
String
>
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
Vec
<
Vec
<
u8
>>
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
Vec
<
BigDecimal
>
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
Vec
<
BigInt
>
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
Timestamp
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
BigDecimal
Source
§
fn
to_value
(self) ->
Value
Source
§
impl
ToValue
for
BigInt
Source
§
fn
to_value
(self) ->
Value
Implementors
§