Docs.rs
sea-orm-0.2.3
sea-orm 0.2.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tyt2y3
billy1624
Dependencies
async-stream ^0.3
normal
async-trait ^0.1
normal
chrono ^0
normal
futures ^0.3
normal
futures-util ^0.3
normal
log ^0.4
normal
rust_decimal ^1
normal
sea-orm-macros ^0.2.3
normal
sea-query ^0.16.3
normal
sea-strum ^0.21
normal
serde ^1.0
normal
serde_json ^1
normal
sqlx ^0.5
normal
uuid ^0.8
normal
actix-rt ^2.2.0
dev
async-std ^1.9
dev
env_logger ^0.9
dev
maplit ^1
dev
pretty_assertions ^0.7
dev
rust_decimal_macros ^1
dev
smol ^1.2
dev
smol-potat ^1.1
dev
tokio ^1.6
dev
Versions
17.07%
of the crate is documented
Go to latest version
Platform
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
☰
Trait IntoSimpleExpr
Required Methods
into_simple_expr
Implementations on Foreign Types
SimpleExpr
Implementors
Other items in
sea_orm
::
query
?
Trait
sea_orm
::
query
::
IntoSimpleExpr
[
−
]
[src]
pub trait IntoSimpleExpr { fn
into_simple_expr
(self) ->
SimpleExpr
; }
Required methods
[src]
fn
into_simple_expr
(self) ->
SimpleExpr
Implementations on Foreign Types
[src]
impl
IntoSimpleExpr
for
SimpleExpr
[src]
fn
into_simple_expr
(self) ->
SimpleExpr
Implementors
[src]
impl<C>
IntoSimpleExpr
for C
where
C:
ColumnTrait
,