Docs.rs
reflected-0.30.0
reflected 0.30.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
VladasZ
Dependencies
chrono ^0.4
normal
fake ^5.1
normal
optional
reflected_proc =0.29.0
normal
rust_decimal ^1.40
normal
sqlx ^0.8
normal
optional
Versions
0%
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
Skip to main content
ToReflectedVal
reflected
0.30.0
ToReflected
Val
Required Methods
to_reflected_val
Implementations on Foreign Types
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
&str
Implementors
In crate reflected
reflected
Trait
ToReflected
Val
Copy item path
Source
pub trait ToReflectedVal<T> { // Required method fn
to_reflected_val
(&self) ->
Result
<T,
String
>; }
Required Methods
§
Source
fn
to_reflected_val
(&self) ->
Result
<T,
String
>
Implementations on Foreign Types
§
Source
§
impl
ToReflectedVal
<
Option
<
f32
>> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Option
<
f32
>,
String
>
Source
§
impl
ToReflectedVal
<
Option
<
f64
>> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Option
<
f64
>,
String
>
Source
§
impl
ToReflectedVal
<
Option
<
i8
>> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Option
<
i8
>,
String
>
Source
§
impl
ToReflectedVal
<
Option
<
i16
>> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Option
<
i16
>,
String
>
Source
§
impl
ToReflectedVal
<
Option
<
i32
>> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Option
<
i32
>,
String
>
Source
§
impl
ToReflectedVal
<
Option
<
i64
>> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Option
<
i64
>,
String
>
Source
§
impl
ToReflectedVal
<
Option
<
isize
>> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Option
<
isize
>,
String
>
Source
§
impl
ToReflectedVal
<
Option
<
u8
>> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Option
<
u8
>,
String
>
Source
§
impl
ToReflectedVal
<
Option
<
u16
>> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Option
<
u16
>,
String
>
Source
§
impl
ToReflectedVal
<
Option
<
u32
>> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Option
<
u32
>,
String
>
Source
§
impl
ToReflectedVal
<
Option
<
u64
>> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Option
<
u64
>,
String
>
Source
§
impl
ToReflectedVal
<
Option
<
usize
>> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Option
<
usize
>,
String
>
Source
§
impl
ToReflectedVal
<
Option
<
String
>> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Option
<
String
>,
String
>
Source
§
impl
ToReflectedVal
<
Option
<
NaiveDateTime
>> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Option
<
NaiveDateTime
>,
String
>
Source
§
impl
ToReflectedVal
<
Option
<
Decimal
>> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Option
<
Decimal
>,
String
>
Source
§
impl
ToReflectedVal
<
f32
> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
f32
,
String
>
Source
§
impl
ToReflectedVal
<
f64
> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
f64
,
String
>
Source
§
impl
ToReflectedVal
<
i8
> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
i8
,
String
>
Source
§
impl
ToReflectedVal
<
i16
> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
i16
,
String
>
Source
§
impl
ToReflectedVal
<
i32
> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
i32
,
String
>
Source
§
impl
ToReflectedVal
<
i64
> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
i64
,
String
>
Source
§
impl
ToReflectedVal
<
isize
> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
isize
,
String
>
Source
§
impl
ToReflectedVal
<
u8
> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
u8
,
String
>
Source
§
impl
ToReflectedVal
<
u16
> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
u16
,
String
>
Source
§
impl
ToReflectedVal
<
u32
> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
u32
,
String
>
Source
§
impl
ToReflectedVal
<
u64
> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
u64
,
String
>
Source
§
impl
ToReflectedVal
<
usize
> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
usize
,
String
>
Source
§
impl
ToReflectedVal
<
String
> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
String
,
String
>
Source
§
impl
ToReflectedVal
<
NaiveDateTime
> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
NaiveDateTime
,
String
>
Source
§
impl
ToReflectedVal
<
TimeDelta
> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Duration
,
String
>
Source
§
impl
ToReflectedVal
<
Decimal
> for &
str
Source
§
fn
to_reflected_val
(&self) ->
Result
<
Decimal
,
String
>
Implementors
§