Struct marine_module_interface::interface::ModuleInterface
source · [−]pub struct ModuleInterface {
pub function_signatures: Vec<FunctionSignature>,
pub record_types: Vec<RecordType>,
}Fields
function_signatures: Vec<FunctionSignature>record_types: Vec<RecordType>Trait Implementations
sourceimpl Clone for ModuleInterface
impl Clone for ModuleInterface
sourcefn clone(&self) -> ModuleInterface
fn clone(&self) -> ModuleInterface
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ModuleInterface
impl Debug for ModuleInterface
sourceimpl<'de> Deserialize<'de> for ModuleInterface
impl<'de> Deserialize<'de> for ModuleInterface
sourcefn 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
sourceimpl Hash for ModuleInterface
impl Hash for ModuleInterface
sourceimpl PartialEq<ModuleInterface> for ModuleInterface
impl PartialEq<ModuleInterface> for ModuleInterface
sourcefn eq(&self, other: &ModuleInterface) -> bool
fn eq(&self, other: &ModuleInterface) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ModuleInterface) -> bool
fn ne(&self, other: &ModuleInterface) -> bool
This method tests for !=.
sourceimpl Serialize for ModuleInterface
impl Serialize for ModuleInterface
impl Eq for ModuleInterface
impl StructuralEq for ModuleInterface
impl StructuralPartialEq for ModuleInterface
Auto Trait Implementations
impl RefUnwindSafe for ModuleInterface
impl Send for ModuleInterface
impl Sync for ModuleInterface
impl Unpin for ModuleInterface
impl UnwindSafe for ModuleInterface
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more