Struct marine_core::MFunctionSignature
source · pub struct MFunctionSignature {
pub name: Arc<String>,
pub arguments: Arc<Vec<IFunctionArg>>,
pub outputs: Arc<Vec<IType>>,
}Expand description
Represent a function type inside Marine module.
Fields§
§name: Arc<String>§arguments: Arc<Vec<IFunctionArg>>§outputs: Arc<Vec<IType>>Trait Implementations§
source§impl Clone for MFunctionSignature
impl Clone for MFunctionSignature
source§fn clone(&self) -> MFunctionSignature
fn clone(&self) -> MFunctionSignature
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MFunctionSignature
impl Debug for MFunctionSignature
source§impl<'de> Deserialize<'de> for MFunctionSignature
impl<'de> Deserialize<'de> for MFunctionSignature
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for MFunctionSignature
impl Hash for MFunctionSignature
source§impl PartialEq for MFunctionSignature
impl PartialEq for MFunctionSignature
source§fn eq(&self, other: &MFunctionSignature) -> bool
fn eq(&self, other: &MFunctionSignature) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MFunctionSignature
impl Serialize for MFunctionSignature
impl Eq for MFunctionSignature
impl StructuralPartialEq for MFunctionSignature
Auto Trait Implementations§
impl RefUnwindSafe for MFunctionSignature
impl Send for MFunctionSignature
impl Sync for MFunctionSignature
impl Unpin for MFunctionSignature
impl UnwindSafe for MFunctionSignature
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<T> GetSetFdFlags for T
impl<T> GetSetFdFlags for T
§fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
Query the “status” flags for the
self file descriptor.