Docs.rs
sea-query-0.24.5
sea-query 0.24.5
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tyt2y3
billy1624
Dependencies
bigdecimal ^0.2
normal
bytes ^1
normal
chrono ^0
normal
postgres-types ^0
normal
proc-macro2 ^1
normal
quote ^1
normal
rust_decimal ^1
normal
sea-query-derive ^0.2.0
normal
sea-query-driver ^0.1.1
normal
serde_json ^1
normal
time ^0.2
normal
uuid ^0
normal
criterion ^0.3
dev
pretty_assertions ^1
dev
Versions
40.39%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
IntoTableRef
Required Methods
into_table_ref
Implementations on Foreign Types
(S, T)
(S, T, U)
Implementors
In sea_query::types
?
Trait
sea_query
::
types
::
IntoTableRef
source
·
[
−
]
pub trait IntoTableRef { fn
into_table_ref
(self) ->
TableRef
; }
Required Methods
source
fn
into_table_ref
(self) ->
TableRef
Implementations on Foreign Types
source
impl<S: 'static, T: 'static>
IntoTableRef
for
(
S, T
)
where
S:
IntoIden
,
T:
IntoIden
,
source
fn
into_table_ref
(self) ->
TableRef
source
impl<S: 'static, T: 'static, U: 'static>
IntoTableRef
for
(
S, T, U
)
where
S:
IntoIden
,
T:
IntoIden
,
U:
IntoIden
,
source
fn
into_table_ref
(self) ->
TableRef
Implementors
source
impl
IntoTableRef
for
TableRef
source
impl<T: 'static>
IntoTableRef
for T
where
T:
IntoIden
,