Struct marine::MFunctionSignature [−][src]
pub struct MFunctionSignature {
pub name: Rc<String>,
pub arguments: Rc<Vec<IFunctionArg>>,
pub outputs: Rc<Vec<IType>>,
}Expand description
Represent a function type inside Marine module.
Fields
name: Rc<String>arguments: Rc<Vec<IFunctionArg>>outputs: Rc<Vec<IType>>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
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 !RefUnwindSafe for MFunctionSignatureimpl !Send for MFunctionSignatureimpl !Sync for MFunctionSignatureimpl Unpin for MFunctionSignatureimpl UnwindSafe for MFunctionSignatureBlanket 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 = TShould always be Self