Struct fluence_test::internal::TomlAppServiceConfig [−][src]
pub struct TomlAppServiceConfig {
pub service_base_dir: Option<String>,
pub toml_faas_config: TomlFaaSConfig,
}Fields
service_base_dir: Option<String>toml_faas_config: TomlFaaSConfigImplementations
impl TomlAppServiceConfig[src]
impl TomlAppServiceConfig[src]pub fn load<P>(path: P) -> Result<TomlAppServiceConfig, AppServiceError> where
P: Into<PathBuf>, [src]
pub fn load<P>(path: P) -> Result<TomlAppServiceConfig, AppServiceError> where
P: Into<PathBuf>, [src]Load config from filesystem.
Trait Implementations
impl Clone for TomlAppServiceConfig[src]
impl Clone for TomlAppServiceConfig[src]pub fn clone(&self) -> TomlAppServiceConfig[src]
pub fn clone(&self) -> TomlAppServiceConfig[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for TomlAppServiceConfig[src]
impl Debug for TomlAppServiceConfig[src]impl Default for TomlAppServiceConfig[src]
impl Default for TomlAppServiceConfig[src]pub fn default() -> TomlAppServiceConfig[src]
pub fn default() -> TomlAppServiceConfig[src]Returns the “default value” for a type. Read more
impl<'de> Deserialize<'de> for TomlAppServiceConfig[src]
impl<'de> Deserialize<'de> for TomlAppServiceConfig[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<TomlAppServiceConfig, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<TomlAppServiceConfig, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
impl Serialize for TomlAppServiceConfig[src]
impl Serialize for TomlAppServiceConfig[src]pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]Serialize this value into the given Serde serializer. Read more
impl TryInto<AppServiceConfig> for TomlAppServiceConfig[src]
impl TryInto<AppServiceConfig> for TomlAppServiceConfig[src]type Error = AppServiceError
type Error = AppServiceErrorThe type returned in the event of a conversion error.
pub fn try_into(self) -> Result<AppServiceConfig, AppServiceError>[src]
pub fn try_into(self) -> Result<AppServiceConfig, AppServiceError>[src]Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for TomlAppServiceConfig
impl Send for TomlAppServiceConfig
impl Sync for TomlAppServiceConfig
impl Unpin for TomlAppServiceConfig
impl UnwindSafe for TomlAppServiceConfig
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<T> Serialize for T where
T: Serialize + ?Sized, [src]
impl<T> Serialize for T where
T: Serialize + ?Sized, [src]pub fn erased_serialize(
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>[src]
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,