Docs.rs
sea-query-0.14.2
sea-query 0.14.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tyt2y3
billy1624
Dependencies
bytes ^1
normal
chrono ^0
normal
postgres-types ^0
normal
rust_decimal ^1
normal
sea-query-derive ^0.2.0
normal
serde_json ^1
normal
thiserror ^1
normal
uuid ^0
normal
Versions
33.08%
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
☰
Trait IntoColumnRef
Required Methods
into_column_ref
Implementations on Foreign Types
(S, T)
Implementors
Other items in
sea_query
::
types
?
Trait
sea_query
::
types
::
IntoColumnRef
[
−
]
[src]
pub trait IntoColumnRef { fn
into_column_ref
(self) ->
ColumnRef
; }
Required methods
[src]
fn
into_column_ref
(self) ->
ColumnRef
Implementations on Foreign Types
[src]
impl<S: 'static, T: 'static>
IntoColumnRef
for
(
S, T
)
where
S:
IntoIden
,
T:
IntoIden
,
[src]
fn
into_column_ref
(self) ->
ColumnRef
Implementors
[src]
impl
IntoColumnRef
for
ColumnRef
[src]
impl<T: 'static>
IntoColumnRef
for T
where
T:
IntoIden
,