pub struct FCEModuleInterface {
pub record_types: FCERecordTypes,
pub function_signatures: Vec<FCEFunctionSignature>,
}
Fields§
§record_types: FCERecordTypes
§function_signatures: Vec<FCEFunctionSignature>
Trait Implementations§
Source§impl Clone for FCEModuleInterface
impl Clone for FCEModuleInterface
Source§fn clone(&self) -> FCEModuleInterface
fn clone(&self) -> FCEModuleInterface
Returns a duplicate 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 FCEModuleInterface
impl Debug for FCEModuleInterface
Source§impl PartialEq for FCEModuleInterface
impl PartialEq for FCEModuleInterface
Source§impl Serialize for FCEModuleInterface
impl Serialize for FCEModuleInterface
impl Eq for FCEModuleInterface
impl StructuralPartialEq for FCEModuleInterface
Auto Trait Implementations§
impl Freeze for FCEModuleInterface
impl RefUnwindSafe for FCEModuleInterface
impl !Send for FCEModuleInterface
impl !Sync for FCEModuleInterface
impl Unpin for FCEModuleInterface
impl UnwindSafe for FCEModuleInterface
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.