pub struct ModuleCompileOutput {
pub artifact: ModuleArtifact,
pub module_ref: ModuleRef,
pub host_requirements_ref: HostRequirementsRef,
pub introspection: ModuleIntrospection,
}Fields§
§artifact: ModuleArtifact§module_ref: ModuleRef§host_requirements_ref: HostRequirementsRef§introspection: ModuleIntrospectionTrait Implementations§
Source§impl Clone for ModuleCompileOutput
impl Clone for ModuleCompileOutput
Source§fn clone(&self) -> ModuleCompileOutput
fn clone(&self) -> ModuleCompileOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModuleCompileOutput
impl Debug for ModuleCompileOutput
Source§impl<'de> Deserialize<'de> for ModuleCompileOutput
impl<'de> Deserialize<'de> for ModuleCompileOutput
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 PartialEq for ModuleCompileOutput
impl PartialEq for ModuleCompileOutput
Source§fn eq(&self, other: &ModuleCompileOutput) -> bool
fn eq(&self, other: &ModuleCompileOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ModuleCompileOutput
impl Serialize for ModuleCompileOutput
impl StructuralPartialEq for ModuleCompileOutput
Auto Trait Implementations§
impl Freeze for ModuleCompileOutput
impl RefUnwindSafe for ModuleCompileOutput
impl Send for ModuleCompileOutput
impl Sync for ModuleCompileOutput
impl Unpin for ModuleCompileOutput
impl UnsafeUnpin for ModuleCompileOutput
impl UnwindSafe for ModuleCompileOutput
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