Struct fluence_faas::FaaSInterface [−][src]
pub struct FaaSInterface<'a> {
pub modules: HashMap<&'a str, FaaSModuleInterface<'a>>,
}Fields
modules: HashMap<&'a str, FaaSModuleInterface<'a>>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for FaaSInterface<'a>
impl<'a> !Send for FaaSInterface<'a>
impl<'a> !Sync for FaaSInterface<'a>
impl<'a> Unpin for FaaSInterface<'a>
impl<'a> !UnwindSafe for FaaSInterface<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
type Output = T
type Output = T
Should always be Self