Docs.rs
  • sea-query-0.28.2
    • sea-query 0.28.2
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • tyt2y3
    • billy1624
    • Dependencies
      • bigdecimal ^0.3 normal
      • chrono ^0.4 normal
      • ipnetwork ^0.19 normal
      • mac_address ^1.1 normal
      • postgres-types ^0 normal
      • proc-macro2 ^1 normal
      • quote ^1 normal
      • rust_decimal ^1 normal
      • sea-query-attr ^0.1.1 normal
      • sea-query-derive ^0.3.0 normal
      • serde_json ^1 normal
      • time ^0.3 normal
      • uuid ^1 normal
      • criterion ^0.3 dev
      • pretty_assertions ^1 dev
    • Versions
    • 34.48% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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
logo

logo

NotU8

Implementations on Foreign Types

  • BigDecimal
  • Braced
  • Date
  • DateTime<Tz>
  • Decimal
  • Hyphenated
  • IpNetwork
  • Json
  • MacAddress
  • NaiveDate
  • NaiveDateTime
  • NaiveTime
  • OffsetDateTime
  • PrimitiveDateTime
  • Simple
  • String
  • Time
  • Urn
  • Uuid
  • Vec<u8>
  • bool
  • char
  • f32
  • f64
  • i16
  • i32
  • i64
  • i8
  • u16
  • u32
  • u64

Implementors

In sea_query::value::with_array

?
Change settings

Trait sea_query::value::with_array::NotU8

source ·
pub trait NotU8 { }
Available on crate feature postgres-array only.

Implementations on Foreign Types§

source§

impl NotU8 for bool

source§

impl NotU8 for i8

source§

impl NotU8 for i16

source§

impl NotU8 for i32

source§

impl NotU8 for i64

source§

impl NotU8 for u16

source§

impl NotU8 for u32

source§

impl NotU8 for u64

source§

impl NotU8 for f32

source§

impl NotU8 for f64

source§

impl NotU8 for char

source§

impl NotU8 for String

source§

impl NotU8 for Vec<u8>

source§

impl NotU8 for Json

source§

impl NotU8 for NaiveDate

source§

impl NotU8 for NaiveTime

source§

impl NotU8 for NaiveDateTime

source§

impl<Tz> NotU8 for DateTime<Tz>where
    Tz: TimeZone,

source§

impl NotU8 for Date

source§

impl NotU8 for Time

source§

impl NotU8 for PrimitiveDateTime

source§

impl NotU8 for OffsetDateTime

source§

impl NotU8 for Decimal

source§

impl NotU8 for BigDecimal

source§

impl NotU8 for Uuid

source§

impl NotU8 for Braced

source§

impl NotU8 for Hyphenated

source§

impl NotU8 for Simple

source§

impl NotU8 for Urn

source§

impl NotU8 for IpNetwork

source§

impl NotU8 for MacAddress

Implementors§