Struct marine::MModuleInterface [−][src]
pub struct MModuleInterface<'a> {
pub record_types: &'a MRecordTypes,
pub function_signatures: Vec<MFunctionSignature>,
}Expand description
Represent Marine module interface.
Fields
record_types: &'a MRecordTypesfunction_signatures: Vec<MFunctionSignature>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 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