pub struct NativeRuntimeManifest {
pub runtime: NativeRuntimeArtifact,
}Fields§
§runtime: NativeRuntimeArtifactImplementations§
Trait Implementations§
Source§impl Clone for NativeRuntimeManifest
impl Clone for NativeRuntimeManifest
Source§fn clone(&self) -> NativeRuntimeManifest
fn clone(&self) -> NativeRuntimeManifest
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 NativeRuntimeManifest
impl Debug for NativeRuntimeManifest
Source§impl<'de> Deserialize<'de> for NativeRuntimeManifest
impl<'de> Deserialize<'de> for NativeRuntimeManifest
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
impl Eq for NativeRuntimeManifest
Source§impl PartialEq for NativeRuntimeManifest
impl PartialEq for NativeRuntimeManifest
Source§impl Serialize for NativeRuntimeManifest
impl Serialize for NativeRuntimeManifest
impl StructuralPartialEq for NativeRuntimeManifest
Auto Trait Implementations§
impl Freeze for NativeRuntimeManifest
impl RefUnwindSafe for NativeRuntimeManifest
impl Send for NativeRuntimeManifest
impl Sync for NativeRuntimeManifest
impl Unpin for NativeRuntimeManifest
impl UnsafeUnpin for NativeRuntimeManifest
impl UnwindSafe for NativeRuntimeManifest
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