Struct fluence_faas::TomlWASIConfig [−][src]
pub struct TomlWASIConfig {
pub preopened_files: Option<Vec<String>>,
pub envs: Option<Table>,
pub mapped_dirs: Option<Table>,
}Fields
preopened_files: Option<Vec<String>>envs: Option<Table>mapped_dirs: Option<Table>Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TomlWASIConfigimpl Send for TomlWASIConfigimpl Sync for TomlWASIConfigimpl Unpin for TomlWASIConfigimpl UnwindSafe for TomlWASIConfigBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self