Docs.rs
reifydb-type-0.4.6
reifydb-type 0.4.6
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
dao-ming-dev
Dependencies
bigdecimal ^0.4.8
normal
num-bigint ^0.4.6
normal
num-traits ^0.2.19
normal
reifydb-runtime ^0.4.6
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
thiserror ^2.0.18
normal
uuid ^1.19
normal
postcard ^1.1.3
dev
tokio ^1.50.0
dev
Versions
20.48%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
ToValue
reifydb_
type
0.4.6
ToValue
Required Methods
to_value
Implementations on Foreign Types
f32
f64
i8
i16
i32
i64
i128
u8
u16
u32
u64
u128
Implementors
In reifydb_
type::
value::
to_
value
reifydb_type
::
value
::
to_value
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
f32
Source
§
fn
to_value
(&self) ->
Value
Source
§
impl
ToValue
for
f64
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
i128
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
u128
Source
§
fn
to_value
(&self) ->
Value
Implementors
§
Source
§
impl
ToValue
for
Date
Source
§
impl
ToValue
for
DateTime
Source
§
impl
ToValue
for
Decimal
Source
§
impl
ToValue
for
Duration
Source
§
impl
ToValue
for
IdentityId
Source
§
impl
ToValue
for
Int
Source
§
impl
ToValue
for
Time
Source
§
impl
ToValue
for
Uint
Source
§
impl
ToValue
for
Uuid4
Source
§
impl
ToValue
for
Uuid7