Docs.rs
lynx-core-0.0.4
lynx-core 0.0.4
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
suxin2017
Dependencies
anyhow ^1.0.95
normal
async-compression ^0.4.18
normal
bytes ^1.9.0
normal
chrono ^0.4.39
normal
derive_builder ^0.20.2
normal
dirs ^6.0.0
normal
futures-util ^0.3.31
normal
glob-match ^0.2.1
normal
http ^1.0
normal
http-body-util ^0.1
normal
hyper ^1
normal
hyper-rustls ^0.27.3
normal
hyper-tungstenite ^0.17.0
normal
hyper-util ^0.1
normal
include_dir ^0.7.4
normal
jsonschema ^0.28.1
normal
local-ip-address ^0.6.3
normal
mime_guess =2.0.5
normal
moka ^0.12.10
normal
nanoid ^0.4.0
normal
once_cell ^1.20.2
normal
rand ^0.8.5
normal
rcgen ^0.13.0
normal
rsa ^0.9.7
normal
rustls-pemfile ^2.2.0
normal
schemars ^0.8.21
normal
sea-orm ^1.1.0
normal
sea-orm-migration ^1.1.0
normal
serde ^1.0.217
normal
serde_json ^1.0.135
normal
time ^0.3.37
normal
tokio ^1.10.0
normal
tokio-graceful ^0.2.2
normal
tokio-rustls ^0.26.0
normal
tokio-stream ^0.1.14
normal
tokio-tungstenite ^0.26.1
normal
tokio-util ^0.7
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
url ^2.5.4
normal
dotenv ^0.15.0
dev
reqwest ^0.12.12
dev
reqwest-websocket ^0.4.4
dev
Versions
34.32%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
lynx_
core
0.0.4
Into
Column
Ref
Required Methods
into_column_ref
Implementations on Foreign Types
(S, T)
(S, T, U)
(T, Asterisk)
Implementors
In lynx_
core::
migration
lynx_core
::
migration
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: 'static +
IntoIden
, T: 'static +
IntoIden
,
Source
§
fn
into_column_ref
(self) ->
ColumnRef
Source
§
impl<S, T, U>
IntoColumnRef
for
(S, T, U)
where S: 'static +
IntoIden
, T: 'static +
IntoIden
, U: 'static +
IntoIden
,
Source
§
fn
into_column_ref
(self) ->
ColumnRef
Source
§
impl<T>
IntoColumnRef
for (T,
Asterisk
)
where T: 'static +
IntoIden
,
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: 'static +
IntoIden
,