fshost_
test_
fixture
0.0.1
Into
Value
Spec
Required Methods
into_value_spec
Implementations on Foreign Types
&'a str
String
bool
u64
Implementors
In fshost_
test_
fixture::
fshost_
builder
fshost_test_fixture
::
fshost_builder
Trait
IntoValueSpec
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
§