IntoValueSpec
fshost_
testing
Into
Value
Spec
Required Methods
into_value_spec
Implementations on Foreign Types
&'a str
String
bool
u64
Implementors
In crate fshost_
testing
fshost_testing
Trait
Into
Value
Spec
Copy item path
Source
pub trait IntoValueSpec { // Required method fn
into_value_spec
(self) ->
ConfigValueSpec
; }
Required Methods
§
Source
fn
into_value_spec
(self) ->
ConfigValueSpec
Implementations on Foreign Types
§
Source
§
impl
IntoValueSpec
for
bool
Source
§
fn
into_value_spec
(self) ->
ConfigValueSpec
Source
§
impl
IntoValueSpec
for
u64
Source
§
fn
into_value_spec
(self) ->
ConfigValueSpec
Source
§
impl
IntoValueSpec
for
String
Source
§
fn
into_value_spec
(self) ->
ConfigValueSpec
Source
§
impl<'a>
IntoValueSpec
for &'a
str
Source
§
fn
into_value_spec
(self) ->
ConfigValueSpec
Implementors
§