compose_
library
0.1.0
Into
Value
Required Methods
into_value
Implementations on Foreign Types
&str
()
Option<T>
bool
char
fn() -> T
i64
usize
Implementors
In crate compose_
library
compose_library
Trait
IntoValue
Copy item path
Source
pub trait IntoValue { // Required method fn
into_value
(self) ->
Value
; }
Required Methods
§
Source
fn
into_value
(self) ->
Value
Implementations on Foreign Types
§
Source
§
impl
IntoValue
for &
str
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
bool
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
char
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
i64
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
()
Source
§
fn
into_value
(self) ->
Value
Source
§
impl
IntoValue
for
usize
Source
§
fn
into_value
(self) ->
Value
Source
§
impl<T:
IntoValue
>
IntoValue
for
Option
<T>
Source
§
fn
into_value
(self) ->
Value
Source
§
impl<T:
IntoValue
>
IntoValue
for
fn
() -> T
Source
§
fn
into_value
(self) ->
Value
Implementors
§
Source
§
impl
IntoValue
for &'static
NativeFuncData
Source
§
impl
IntoValue
for &'static
NativeTypeData
Source
§
impl
IntoValue
for
Value
Source
§
impl
IntoValue
for
EcoString
Source
§
impl
IntoValue
for
ArrayValue
Source
§
impl
IntoValue
for
Boxed
Source
§
impl
IntoValue
for
Func
Source
§
impl
IntoValue
for
IterValue
Source
§
impl
IntoValue
for
MapValue
Source
§
impl
IntoValue
for
Module
Source
§
impl
IntoValue
for
RangeValue
Source
§
impl
IntoValue
for
Str
Source
§
impl
IntoValue
for
Type
Source
§
impl
IntoValue
for
UnitValue