Docs.rs
  • sea-query-0.32.7
    • sea-query 0.32.7
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • tyt2y3
    • billy1624
    • Dependencies
      • bigdecimal ^0.4 normal optional
      • chrono ^0.4.27 normal optional
      • inherent ^1.0 normal
      • ipnetwork ^0.20 normal optional
      • mac_address ^1.1 normal optional
      • ordered-float ^4.6 normal optional
      • pgvector ~0.4 normal optional
      • postgres-types ^0 normal optional
      • rust_decimal ^1 normal optional
      • sea-query-derive ^0.4.2 normal optional
      • serde_json ^1 normal optional
      • time ^0.3.36 normal optional
      • uuid ^1 normal optional
      • criterion ^0.3 dev
      • pretty_assertions ^1 dev
    • Versions
    • 40.46% of the crate is documented
  • 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

sea_query0.32.7

NotU8

Implementations on Foreign Types

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

Implementors

In sea_query::value::with_array

sea_query::value::with_array

Trait NotU8

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

Implementations on Foreign Typesยง

Sourceยง

impl NotU8 for IpNetwork

Sourceยง

impl NotU8 for Value

Sourceยง

impl NotU8 for bool

Sourceยง

impl NotU8 for char

Sourceยง

impl NotU8 for f32

Sourceยง

impl NotU8 for f64

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 String

Sourceยง

impl NotU8 for Vec<u8>

Sourceยง

impl NotU8 for BigDecimal

Sourceยง

impl NotU8 for NaiveDate

Sourceยง

impl NotU8 for NaiveDateTime

Sourceยง

impl NotU8 for NaiveTime

Sourceยง

impl NotU8 for MacAddress

Sourceยง

impl NotU8 for Decimal

Sourceยง

impl NotU8 for Date

Sourceยง

impl NotU8 for OffsetDateTime

Sourceยง

impl NotU8 for PrimitiveDateTime

Sourceยง

impl NotU8 for Time

Sourceยง

impl NotU8 for Braced

Sourceยง

impl NotU8 for Hyphenated

Sourceยง

impl NotU8 for Simple

Sourceยง

impl NotU8 for Urn

Sourceยง

impl NotU8 for Uuid

Sourceยง

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

Implementorsยง