Docs.rs
reifydb-core-0.1.6
reifydb-core 0.1.6
Docs.rs crate page
AGPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
dao-ming-dev
Dependencies
bigdecimal ^0.4.8
normal
crossbeam-channel ^0.5.15
normal
crossbeam-skiplist ^0.1.3
normal
num-bigint ^0.4.6
normal
num-traits ^0.2.19
normal
once_cell ^1.21.3
normal
reifydb-type ^0.1.6
normal
serde ^1.0.219
normal
serde_bytes ^0.11.17
normal
tracing ^0.1.43
normal
uuid ^1.18.1
normal
Versions
26.37%
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
Push
reifydb_
core
0.1.6
Push
Required Methods
push
Implementors
In reifydb_
core::
value::
column::
push
reifydb_core
::
value
::
column
::
push
Trait
Push
Copy item path
Source
pub trait Push<T> { // Required method fn
push
(&mut self, value: T); }
Required Methods
§
Source
fn
push
(&mut self, value: T)
Implementors
§
Source
§
impl
Push
<&
str
> for
ColumnData
Source
§
impl
Push
<
bool
> for
ColumnData
Source
§
impl
Push
<
f32
> for
ColumnData
Source
§
impl
Push
<
f64
> for
ColumnData
Source
§
impl
Push
<
i8
> for
ColumnData
Source
§
impl
Push
<
i16
> for
ColumnData
Source
§
impl
Push
<
i32
> for
ColumnData
Source
§
impl
Push
<
i64
> for
ColumnData
Source
§
impl
Push
<
i128
> for
ColumnData
Source
§
impl
Push
<
u8
> for
ColumnData
Source
§
impl
Push
<
u16
> for
ColumnData
Source
§
impl
Push
<
u32
> for
ColumnData
Source
§
impl
Push
<
u64
> for
ColumnData
Source
§
impl
Push
<
u128
> for
ColumnData
Source
§
impl
Push
<
String
> for
ColumnData
Source
§
impl
Push
<
Blob
> for
ColumnData
Source
§
impl
Push
<
Date
> for
ColumnData
Source
§
impl
Push
<
DateTime
> for
ColumnData
Source
§
impl
Push
<
Decimal
> for
ColumnData
Source
§
impl
Push
<
Duration
> for
ColumnData
Source
§
impl
Push
<
Int
> for
ColumnData
Source
§
impl
Push
<
Time
> for
ColumnData
Source
§
impl
Push
<
Uint
> for
ColumnData
Source
§
impl
Push
<
Uuid4
> for
ColumnData
Source
§
impl
Push
<
Uuid7
> for
ColumnData