Struct fluence_faas::FaaSWASIConfig [−][src]
pub struct FaaSWASIConfig {
pub envs: HashMap<Vec<u8>, Vec<u8>>,
pub preopened_files: HashSet<PathBuf>,
pub mapped_dirs: HashMap<String, PathBuf>,
}Fields
envs: HashMap<Vec<u8>, Vec<u8>>A list of environment variables available for this module.
preopened_files: HashSet<PathBuf>A list of files available for this module. A loaded module could have access only to files from this list.
mapped_dirs: HashMap<String, PathBuf>Mapping from a usually short to full file name.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FaaSWASIConfigimpl Send for FaaSWASIConfigimpl Sync for FaaSWASIConfigimpl Unpin for FaaSWASIConfigimpl UnwindSafe for FaaSWASIConfigBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self