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
sea_
query
0.32.7
Into
Column
Ref
Required Methods
into_column_ref
Implementations on Foreign Types
(S, T)
(S, T, U)
(T, Asterisk)
Implementors
In sea_
query::
types
sea_query
::
types
Trait
IntoColumnRef
Copy item path
Source
pub trait IntoColumnRef { // Required method fn
into_column_ref
(self) ->
ColumnRef
; }
Required Methods
§
Source
fn
into_column_ref
(self) ->
ColumnRef
Implementations on Foreign Types
§
Source
§
impl<S, T>
IntoColumnRef
for
(S, T)
where S:
IntoIden
+ 'static, T:
IntoIden
+ 'static,
Source
§
fn
into_column_ref
(self) ->
ColumnRef
Source
§
impl<S, T, U>
IntoColumnRef
for
(S, T, U)
where S:
IntoIden
+ 'static, T:
IntoIden
+ 'static, U:
IntoIden
+ 'static,
Source
§
fn
into_column_ref
(self) ->
ColumnRef
Source
§
impl<T>
IntoColumnRef
for (T,
Asterisk
)
where T:
IntoIden
+ 'static,
Source
§
fn
into_column_ref
(self) ->
ColumnRef
Implementors
§
Source
§
impl
IntoColumnRef
for
ColumnRef
Source
§
impl
IntoColumnRef
for
Asterisk
Source
§
impl<T>
IntoColumnRef
for T
where T:
IntoIden
+ 'static,