pub struct RuntimeProvenance {Show 16 fields
pub runtime: String,
pub version: String,
pub commit: String,
pub distribution: String,
pub artifact: String,
pub artifact_sha256: Option<String>,
pub platform: String,
pub backend: String,
pub accelerator: Option<String>,
pub driver: Option<String>,
pub launch_arguments: Vec<String>,
pub context_tokens: Option<u32>,
pub chat_template: Option<String>,
pub mtp_enabled: Option<bool>,
pub qualified_stack: bool,
pub qualification_note: String,
}Fields§
§runtime: String§version: String§commit: String§distribution: String§artifact: String§artifact_sha256: Option<String>§platform: String§backend: String§accelerator: Option<String>§driver: Option<String>§launch_arguments: Vec<String>§context_tokens: Option<u32>§chat_template: Option<String>§mtp_enabled: Option<bool>§qualified_stack: bool§qualification_note: StringTrait Implementations§
Source§impl Clone for RuntimeProvenance
impl Clone for RuntimeProvenance
Source§fn clone(&self) -> RuntimeProvenance
fn clone(&self) -> RuntimeProvenance
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 RuntimeProvenance
impl Debug for RuntimeProvenance
Source§impl<'de> Deserialize<'de> for RuntimeProvenance
impl<'de> Deserialize<'de> for RuntimeProvenance
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 RuntimeProvenance
Source§impl PartialEq for RuntimeProvenance
impl PartialEq for RuntimeProvenance
Source§impl Serialize for RuntimeProvenance
impl Serialize for RuntimeProvenance
impl StructuralPartialEq for RuntimeProvenance
Auto Trait Implementations§
impl Freeze for RuntimeProvenance
impl RefUnwindSafe for RuntimeProvenance
impl Send for RuntimeProvenance
impl Sync for RuntimeProvenance
impl Unpin for RuntimeProvenance
impl UnsafeUnpin for RuntimeProvenance
impl UnwindSafe for RuntimeProvenance
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.