pub struct LinkedModule {
pub module_ref: ModuleRef,
pub host_requirements_ref: HostRequirementsRef,
pub artifact: ModuleArtifact,
/* private fields */
}Fields§
§module_ref: ModuleRef§host_requirements_ref: HostRequirementsRef§artifact: ModuleArtifactImplementations§
Trait Implementations§
Source§impl Clone for LinkedModule
impl Clone for LinkedModule
Source§fn clone(&self) -> LinkedModule
fn clone(&self) -> LinkedModule
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 LinkedModule
impl Debug for LinkedModule
Source§impl<'de> Deserialize<'de> for LinkedModule
impl<'de> Deserialize<'de> for LinkedModule
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 LinkedModule
impl PartialEq for LinkedModule
Source§fn eq(&self, other: &LinkedModule) -> bool
fn eq(&self, other: &LinkedModule) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LinkedModule
impl Serialize for LinkedModule
impl StructuralPartialEq for LinkedModule
Auto Trait Implementations§
impl Freeze for LinkedModule
impl RefUnwindSafe for LinkedModule
impl Send for LinkedModule
impl Sync for LinkedModule
impl Unpin for LinkedModule
impl UnsafeUnpin for LinkedModule
impl UnwindSafe for LinkedModule
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