IntoOption
sea_orm
2.0.0-rc.32
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
pub trait IntoOption<T> { // Required method fn
into_option
(self) ->
Option
<T>; }
Required Methods
§
fn
into_option
(self) ->
Option
<T>
Implementations on Foreign Types
§
§
impl
IntoOption
<
String
> for &
str
§
fn
into_option
(self) ->
Option
<
String
>
§
impl
IntoOption
<
String
> for
Cow
<'_,
str
>
§
fn
into_option
(self) ->
Option
<
String
>
§
impl
IntoOption
<
String
> for
Option
<&
str
>
§
fn
into_option
(self) ->
Option
<
String
>
§
impl
IntoOption
<
String
> for
Option
<
Cow
<'_,
str
>>
§
fn
into_option
(self) ->
Option
<
String
>
§
impl
IntoOption
<
String
> for
Option
<
String
>
§
fn
into_option
(self) ->
Option
<
String
>
§
impl
IntoOption
<
String
> for
String
§
fn
into_option
(self) ->
Option
<
String
>
Implementors
§