Docs.rs
sea-orm-sync-2.0.0-rc.27
sea-orm-sync 2.0.0-rc.27
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tyt2y3
Dependencies
bigdecimal ^0.4
normal
optional
chrono ^0.4.30
normal
optional
derive_more ^2
normal
inventory ^0.3
normal
optional
ipnetwork ^0.20
normal
optional
itertools ^0.14.0
normal
log ^0.4
normal
ouroboros ^0.18
normal
pgvector ~0.4
normal
optional
rust_decimal ^1
normal
optional
sea-orm-macros ~2.0.0-rc.20
normal
sea-query =1.0.0-rc.28
normal
sea-query-rusqlite ^0.8.0-rc.14
normal
optional
sea-schema-sync ^0.17.0-rc.15
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
optional
strum ^0.27
normal
thiserror ^2
normal
time ^0.3.36
normal
optional
tracing ^0.1
normal
url ^2.2
normal
uuid ^1
normal
optional
dotenv ^0.15
dev
maplit ^1
dev
pretty_assertions ^0.7
dev
time ^0.3.36
dev
tracing-subscriber ^0.3.17
dev
uuid ^1
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
IntoOption
sea_orm
2.0.0-rc.27
Into
Option
Required Methods
into_option
Implementations on Foreign Types
&str
Cow<'_, str>
Option<&str>
Option<Cow<'_, str>>
Option<String>
String
Implementors
In sea_
orm::
entity
sea_orm
::
entity
Trait
Into
Option
Copy item path
Source
pub trait IntoOption<T> { // Required method fn
into_option
(self) ->
Option
<T>; }
Required Methods
ยง
Source
fn
into_option
(self) ->
Option
<T>
Implementations on Foreign Types
ยง
Source
ยง
impl
IntoOption
<
String
> for &
str
Source
ยง
fn
into_option
(self) ->
Option
<
String
>
Source
ยง
impl
IntoOption
<
String
> for
Cow
<'_,
str
>
Source
ยง
fn
into_option
(self) ->
Option
<
String
>
Source
ยง
impl
IntoOption
<
String
> for
Option
<&
str
>
Source
ยง
fn
into_option
(self) ->
Option
<
String
>
Source
ยง
impl
IntoOption
<
String
> for
Option
<
Cow
<'_,
str
>>
Source
ยง
fn
into_option
(self) ->
Option
<
String
>
Source
ยง
impl
IntoOption
<
String
> for
Option
<
String
>
Source
ยง
fn
into_option
(self) ->
Option
<
String
>
Source
ยง
impl
IntoOption
<
String
> for
String
Source
ยง
fn
into_option
(self) ->
Option
<
String
>
Implementors
ยง