pub struct ModelQualification {
pub profile_name: String,
pub revision: String,
pub expected_artifact: String,
pub runtime: String,
pub runtime_version: String,
pub runtime_commit: String,
pub accelerator: String,
pub architecture: String,
pub mtp_enabled: bool,
pub artifact_validated: bool,
}Fields§
§profile_name: String§revision: String§expected_artifact: String§runtime: String§runtime_version: String§runtime_commit: String§accelerator: String§architecture: String§mtp_enabled: bool§artifact_validated: boolTrait Implementations§
Source§impl Clone for ModelQualification
impl Clone for ModelQualification
Source§fn clone(&self) -> ModelQualification
fn clone(&self) -> ModelQualification
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 ModelQualification
impl Debug for ModelQualification
Source§impl<'de> Deserialize<'de> for ModelQualification
impl<'de> Deserialize<'de> for ModelQualification
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 ModelQualification
Source§impl PartialEq for ModelQualification
impl PartialEq for ModelQualification
Source§impl Serialize for ModelQualification
impl Serialize for ModelQualification
impl StructuralPartialEq for ModelQualification
Auto Trait Implementations§
impl Freeze for ModelQualification
impl RefUnwindSafe for ModelQualification
impl Send for ModelQualification
impl Sync for ModelQualification
impl Unpin for ModelQualification
impl UnsafeUnpin for ModelQualification
impl UnwindSafe for ModelQualification
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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§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.