Struct marine_it_parser::interface::ModuleInterface
source · [−]pub struct ModuleInterface {
pub function_signatures: Vec<FunctionSignature, Global>,
pub record_types: Vec<RecordType, Global>,
}Fields
function_signatures: Vec<FunctionSignature, Global>record_types: Vec<RecordType, Global>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<ModuleInterface, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<ModuleInterface, <__D as Deserializer<'de>>::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
sourceimpl Serialize for ModuleInterface
impl Serialize for ModuleInterface
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
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
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.