Docs.rs
saw-3.0.0
saw 3.0.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
M1ras
Dependencies
actix-web ^3
normal
diesel ^1.4.4
normal
dotenv ^0.15.0
normal
saw_mcr ^0.2.0
normal
tera ^1.15.0
normal
Versions
0%
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
SqlOrd
saw
3.0.0
SqlOrd
Implementors
In saw::
sql_
types
saw
::
sql_types
Trait
SqlOrd
Copy item path
Source
pub trait SqlOrd { }
Expand description
Marker trait for types which can be used with
MAX
and
MIN
Implementors
§
Source
§
impl
SqlOrd
for
BigInt
Source
§
impl
SqlOrd
for
Date
Source
§
impl
SqlOrd
for
Double
Source
§
impl
SqlOrd
for
Float
Source
§
impl
SqlOrd
for
Integer
Source
§
impl
SqlOrd
for
Interval
Source
§
impl
SqlOrd
for
SmallInt
Source
§
impl
SqlOrd
for
Text
Source
§
impl
SqlOrd
for
Time
Source
§
impl
SqlOrd
for
Timestamp
Source
§
impl
SqlOrd
for
Timestamptz
Source
§
impl<T>
SqlOrd
for
Array
<T>
where T:
SqlOrd
,
Source
§
impl<T>
SqlOrd
for
Nullable
<T>
where T:
SqlOrd
+
NotNull
,