Struct fluence_faas::ModuleDescriptor [−][src]
pub struct ModuleDescriptor {
pub file_name: String,
pub import_name: String,
pub config: FaaSModuleConfig,
}Info to load a module from filesystem into runtime.
Fields
file_name: Stringimport_name: Stringconfig: FaaSModuleConfigTrait Implementations
impl Default for ModuleDescriptor[src]
impl Default for ModuleDescriptor[src]fn default() -> ModuleDescriptor[src]
fn default() -> ModuleDescriptor[src]Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for ModuleDescriptor
impl !Send for ModuleDescriptor
impl !Sync for ModuleDescriptor
impl Unpin for ModuleDescriptor
impl !UnwindSafe for ModuleDescriptor
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