pub struct CompiledNativeOperatorArtifact {
pub manifest_path: String,
pub artifact_path: String,
pub source_package_sha256: String,
pub inputs_sha256: String,
pub binary_sha256: String,
}Fields§
§manifest_path: String§artifact_path: String§source_package_sha256: String§inputs_sha256: String§binary_sha256: StringTrait Implementations§
Source§impl Clone for CompiledNativeOperatorArtifact
impl Clone for CompiledNativeOperatorArtifact
Source§fn clone(&self) -> CompiledNativeOperatorArtifact
fn clone(&self) -> CompiledNativeOperatorArtifact
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<'de> Deserialize<'de> for CompiledNativeOperatorArtifact
impl<'de> Deserialize<'de> for CompiledNativeOperatorArtifact
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 CompiledNativeOperatorArtifact
impl StructuralPartialEq for CompiledNativeOperatorArtifact
Auto Trait Implementations§
impl Freeze for CompiledNativeOperatorArtifact
impl RefUnwindSafe for CompiledNativeOperatorArtifact
impl Send for CompiledNativeOperatorArtifact
impl Sync for CompiledNativeOperatorArtifact
impl Unpin for CompiledNativeOperatorArtifact
impl UnsafeUnpin for CompiledNativeOperatorArtifact
impl UnwindSafe for CompiledNativeOperatorArtifact
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