Docs.rs
  • rbdc-sqlite-4.5.1
    • rbdc-sqlite 4.5.1
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • zhuxiujia
    • Dependencies
      • atoi ^2.0 normal
      • bytes ^1.1.0 normal
      • either ^1.6.1 normal
      • flume ^0.11.0 normal
      • futures-channel ^0.3.19 normal
      • futures-core ^0.3.19 normal
      • futures-executor ^0.3.19 normal
      • futures-intrusive ^0.5.0 normal
      • futures-util ^0.3.19 normal
      • indexmap ^2.0.0 normal
      • libc ^0.2.112 normal
      • libsqlite3-sys ^0.27.0 normal
      • log ^0.4 normal
      • parking_lot ^0.12.1 normal
      • percent-encoding ^2.1.0 normal
      • rbdc ^4.5 normal
      • rbs ^4.5 normal
      • serde ^1.0 normal
      • smallvec ^1.7.0 normal
      • url ^2.2.2 normal
      • tokio ^1 dev
    • Versions
    • 32.17% of the crate is documented
  • This release has been yanked, go to latest version
  • 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

rbdc_sqlite4.5.1

Type

Required Methods

  • type_info

Implementations on Foreign Types

  • Option<T>
  • String
  • Value
  • Vec<u8>
  • bool
  • f32
  • f64
  • i16
  • i32
  • i64
  • i8
  • u16
  • u32
  • u8

Implementors

In rbdc_sqlite::type_info

?
Change settings

Trait rbdc_sqlite::type_info::Type

source ·
pub trait Type {
    // Required method
    fn type_info(&self) -> SqliteTypeInfo;
}

Required Methods§

source

fn type_info(&self) -> SqliteTypeInfo

Implementations on Foreign Types§

source§

impl Type for Value

source§

fn type_info(&self) -> SqliteTypeInfo

source§

impl Type for bool

source§

fn type_info(&self) -> SqliteTypeInfo

source§

impl Type for f32

source§

fn type_info(&self) -> SqliteTypeInfo

source§

impl Type for f64

source§

fn type_info(&self) -> SqliteTypeInfo

source§

impl Type for i8

source§

fn type_info(&self) -> SqliteTypeInfo

source§

impl Type for i16

source§

fn type_info(&self) -> SqliteTypeInfo

source§

impl Type for i32

source§

fn type_info(&self) -> SqliteTypeInfo

source§

impl Type for i64

source§

fn type_info(&self) -> SqliteTypeInfo

source§

impl Type for u8

source§

fn type_info(&self) -> SqliteTypeInfo

source§

impl Type for u16

source§

fn type_info(&self) -> SqliteTypeInfo

source§

impl Type for u32

source§

fn type_info(&self) -> SqliteTypeInfo

source§

impl Type for String

source§

fn type_info(&self) -> SqliteTypeInfo

source§

impl Type for Vec<u8>

source§

fn type_info(&self) -> SqliteTypeInfo

source§

impl<T: Type> Type for Option<T>

source§

fn type_info(&self) -> SqliteTypeInfo

Implementors§