Docs.rs
durable-db-0.3.6
durable-db 0.3.6
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
vikyw89
Dependencies
sea-orm ^1
normal
sea-orm-migration ^1
normal
serde ^1
normal
strum ^0.26
normal
sea-orm ^1
dev
serde_json ^1
dev
tokio ^1
dev
uuid ^1
dev
Versions
67.36%
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
Skip to main content
IntoTableRef
durable_
db
0.3.6
Into
Table
Ref
Required Methods
into_table_ref
Implementations on Foreign Types
(S, T)
(S, T, U)
Implementors
In durable_
db::
migration
durable_db
::
migration
Trait
Into
Table
Ref
Copy item path
Source
pub trait IntoTableRef { // Required method fn
into_table_ref
(self) ->
TableRef
; }
Required Methods
§
Source
fn
into_table_ref
(self) ->
TableRef
Implementations on Foreign Types
§
Source
§
impl<S, T>
IntoTableRef
for
(S, T)
where S: 'static +
IntoIden
, T: 'static +
IntoIden
,
Source
§
fn
into_table_ref
(self) ->
TableRef
Source
§
impl<S, T, U>
IntoTableRef
for
(S, T, U)
where S: 'static +
IntoIden
, T: 'static +
IntoIden
, U: 'static +
IntoIden
,
Source
§
fn
into_table_ref
(self) ->
TableRef
Implementors
§
Source
§
impl
IntoTableRef
for
TableRef
Source
§
impl<T>
IntoTableRef
for T
where T: 'static +
IntoIden
,