Struct fluence_faas::FaaSModuleInterface [−][src]
pub struct FaaSModuleInterface<'a> {
pub record_types: &'a HashMap<u64, Rc<RecordType>, RandomState>,
pub function_signatures: Vec<MFunctionSignature, Global>,
}Expand description
Represent Marine module interface.
Fields
record_types: &'a HashMap<u64, Rc<RecordType>, RandomState>function_signatures: Vec<MFunctionSignature, Global>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl<'a> !RefUnwindSafe for MModuleInterface<'a>
impl<'a> !Send for MModuleInterface<'a>
impl<'a> !Sync for MModuleInterface<'a>
impl<'a> Unpin for MModuleInterface<'a>
impl<'a> !UnwindSafe for MModuleInterface<'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