Docs.rs
  • risinglight-0.2.0
    • risinglight 0.2.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • wangrunji0408
    • github:risinglightdb:crates-io
    • Dependencies
      • anyhow ^1 normal
      • async-recursion ^1 normal
      • async-stream ^0.3 normal
      • async-trait ^0.1 normal
      • binary-heap-plus ^0.5 normal
      • bit-set ^0.5 normal
      • bitvec ^1 normal
      • btreemultimap ^0.1 normal
      • bytes ^1 normal
      • chrono ^0.4 normal
      • clap ^4 normal
      • comfy-table ^6 normal
      • console-subscriber ^0.1 normal
      • crc32fast ^1 normal
      • csv ^1 normal
      • dirs ^4 normal
      • downcast-rs ^1 normal
      • egg ^0.9 normal
      • enum_dispatch ^0.3 normal
      • erased-serde ^0.3 normal
      • futures ^0.3 normal
      • futures-async-stream ^0.2 normal
      • humantime ^2 normal
      • indicatif ^0.17 normal
      • indoc ^1 normal
      • iter-chunks ^0.1 normal
      • itertools ^0.10 normal
      • minitrace ^0.4.0 normal
      • moka ^0.9 normal
      • num-traits ^0.2 normal
      • ordered-float ^3 normal
      • parking_lot ^0.12 normal
      • parse-display ^0.6 normal
      • paste ^1 normal
      • prost ^0.11.0 normal
      • ref-cast ^1.0 normal
      • risinglight_proto ^0.2 normal
      • rust_decimal ^1 normal
      • rustyline ^10 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • smallvec ^1 normal
      • sqllogictest ^0.9 normal
      • sqlparser ^0.27 normal
      • thiserror ^1 normal
      • tikv-jemallocator ^0.5 normal
      • tokio ^1 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • criterion ^0.4 dev
      • tempfile ^3 dev
      • test-case ^2 dev
    • Versions
    • 33.65% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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
logo

logo

NativeType

Implementations on Foreign Types

  • ()
  • Decimal
  • bool
  • f32
  • f64
  • i16
  • i32
  • i64
  • i8
  • isize
  • u16
  • u32
  • u64
  • u8
  • usize

Implementors

In risinglight::types

?
Change settings

Trait risinglight::types::NativeType

source ·
pub trait NativeType: PartialOrd + PartialEq + Debug + Copy + Send + Sync + Sized + Default + 'static { }

Implementations on Foreign Types§

source§

impl NativeType for u8

source§

impl NativeType for u16

source§

impl NativeType for u32

source§

impl NativeType for u64

source§

impl NativeType for usize

source§

impl NativeType for i8

source§

impl NativeType for i16

source§

impl NativeType for i32

source§

impl NativeType for i64

source§

impl NativeType for isize

source§

impl NativeType for f32

source§

impl NativeType for f64

source§

impl NativeType for bool

source§

impl NativeType for Decimal

source§

impl NativeType for ()

Implementors§

source§

impl NativeType for Date

source§

impl NativeType for Interval

source§

impl NativeType for F32

source§

impl NativeType for F64