pub struct ModuleVerificationCell {Show 24 fields
pub module_release_digest: String,
pub operation: VerificationOperation,
pub source_release_digest: Option<String>,
pub lenso_version: String,
pub host_version: String,
pub cli_version: String,
pub starter_digest: String,
pub management_engine_version: String,
pub delivery_digest: String,
pub features: Vec<String>,
pub target: String,
pub os: String,
pub architecture: String,
pub runner_image_digest: String,
pub rust_version: String,
pub cargo_version: String,
pub store_engine: String,
pub store_version: String,
pub protocol_digests: Vec<String>,
pub console_artifact_digest: Option<String>,
pub console_host_api_version: Option<String>,
pub node_version: Option<String>,
pub package_manager_version: Option<String>,
pub console_lock_digest: Option<String>,
}Fields§
§module_release_digest: String§operation: VerificationOperation§source_release_digest: Option<String>§lenso_version: String§host_version: String§cli_version: String§starter_digest: String§management_engine_version: String§delivery_digest: String§features: Vec<String>§target: String§os: String§architecture: String§runner_image_digest: String§rust_version: String§cargo_version: String§store_engine: String§store_version: String§protocol_digests: Vec<String>§console_artifact_digest: Option<String>§console_host_api_version: Option<String>§node_version: Option<String>§package_manager_version: Option<String>§console_lock_digest: Option<String>Trait Implementations§
Source§impl Clone for ModuleVerificationCell
impl Clone for ModuleVerificationCell
Source§fn clone(&self) -> ModuleVerificationCell
fn clone(&self) -> ModuleVerificationCell
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 ModuleVerificationCell
impl Debug for ModuleVerificationCell
Source§impl<'de> Deserialize<'de> for ModuleVerificationCell
impl<'de> Deserialize<'de> for ModuleVerificationCell
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 ModuleVerificationCell
Source§impl JsonSchema for ModuleVerificationCell
impl JsonSchema for ModuleVerificationCell
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreSource§impl PartialEq for ModuleVerificationCell
impl PartialEq for ModuleVerificationCell
Source§impl Serialize for ModuleVerificationCell
impl Serialize for ModuleVerificationCell
impl StructuralPartialEq for ModuleVerificationCell
Auto Trait Implementations§
impl Freeze for ModuleVerificationCell
impl RefUnwindSafe for ModuleVerificationCell
impl Send for ModuleVerificationCell
impl Sync for ModuleVerificationCell
impl Unpin for ModuleVerificationCell
impl UnsafeUnpin for ModuleVerificationCell
impl UnwindSafe for ModuleVerificationCell
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.