Struct fluence_faas::TomlFaaSNamedModuleConfig [−][src]
pub struct TomlFaaSNamedModuleConfig {
pub name: String,
pub file_name: Option<String>,
pub config: TomlFaaSModuleConfig,
}Fields
name: Stringfile_name: Option<String>config: TomlFaaSModuleConfigTrait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TomlFaaSNamedModuleConfig
impl Send for TomlFaaSNamedModuleConfig
impl Sync for TomlFaaSNamedModuleConfig
impl Unpin for TomlFaaSNamedModuleConfig
impl UnwindSafe for TomlFaaSNamedModuleConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self