Docs.rs
reifydb-type-0.1.5
reifydb-type 0.1.5
Docs.rs crate page
MIT
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
serde ^1.0.219
normal
serde_json ^1.0.143
normal
uuid ^1.18.1
normal
bincode ^2.0.1
dev
Versions
27.83%
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
IntoValue
reifydb_
type
0.1.5
Into
Value
Required Methods
into_value
Implementations on Foreign Types
&[u8; N]
&[u8]
&str
Option<T>
String
Vec<u8>
[u8; N]
bool
f32
f64
i8
i16
i32
i64
i128
u8
u16
u32
u64
u128
Implementors
In reifydb_
type::
value
reifydb_type
::
value
Trait
Into
Value
Copy item path
Source
pub trait IntoValue { // Required method fn
into_value
(self) ->
Value
; }
Required Methods
§
Source
fn
into_value
(self) ->
Value
Implementations on Foreign Types
§
Source
§
impl
IntoValue
for &
str
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for &[
u8
]
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
bool
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
f32
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
f64
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
i8
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
i16
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
i32
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
i64
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
i128
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
u8
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
u16
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
u32
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
u64
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
u128
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
String
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
Vec
<
u8
>
Source
§
fn
into_value
(self) ->
Value
Source
§
impl<T:
IntoValue
>
IntoValue
for
Option
<T>
Source
§
fn
into_value
(self) ->
Value
Source
§
impl<const N:
usize
>
IntoValue
for &[
u8
;
N
]
Source
§
fn
into_value
(self) ->
Value
Source
§
impl<const N:
usize
>
IntoValue
for [
u8
;
N
]
Source
§
fn
into_value
(self) ->
Value
Implementors
§
Source
§
impl
IntoValue
for
Value
Source
§
impl
IntoValue
for
Blob
Source
§
impl
IntoValue
for
RowNumber
Source
§
impl
IntoValue
for
Date
Source
§
impl
IntoValue
for
DateTime
Source
§
impl
IntoValue
for
Duration
Source
§
impl
IntoValue
for
IdentityId
Source
§
impl
IntoValue
for
OrderedF32
Source
§
impl
IntoValue
for
OrderedF64
Source
§
impl
IntoValue
for
Time
Source
§
impl
IntoValue
for
Uuid4
Source
§
impl
IntoValue
for
Uuid7